emu-rs / rustual-boy

Rustual Boy - A Virtual Boy emulator.
https://rustualboy.com/
Apache License 2.0
232 stars 30 forks source link

Fix breakpoints/watchpoints not occuring at the correct PC #24

Closed jwestfall69 closed 7 years ago

jwestfall69 commented 7 years ago

When a breakpoint/watchpoint is detected we also need to break out of the running while loop or we will overshoot where we wanted to cpu to stop.

yupferris commented 7 years ago

Nice catch :)