floooh / yakc

Yet another KC emulator
MIT License
108 stars 9 forks source link

Freeze when debugging Z1013 system ROM #20

Closed floooh closed 8 years ago

floooh commented 8 years ago

Reminder for more investigation: I just managed to freeze the browser version by debugging the z1013 system rom: set breakpoint at F000, reboot, step from there, at some point hit the break checkbox to continue execution, and at that point the browser froze. Most likely some infinite loop triggered.

floooh commented 8 years ago

Fixed, was caused by incorrect handling of the min/max CPU cycle limiter, I need to figure out a better way for this.