Set EAX to 0 on CPU reset - fixes hang with hard reset on PS/2.

This commit is contained in:
SarahW 2017-04-09 14:51:27 +01:00
commit 6d1492ca05

View file

@ -651,6 +651,7 @@ void resetx86()
FETCHCLEAR();
x87_reset();
cpu_set_edx();
EAX = 0;
ESP=0;
mmu_perm=4;
memset(inscounts, 0, sizeof(inscounts));