indigodarkwolf / box16

A fork of the official X16 emulator, converted to C++20 and with a bunch of features tweaked and added.
MIT License
41 stars 19 forks source link

Debugger step-over is unintuitive during WAI #41

Closed indigodarkwolf closed 7 months ago

indigodarkwolf commented 2 years ago

When attempting to step during a WAI, the debugger only steps one cycle, instead of stepping until the WAI instruction ends. Discovered while fixing https://github.com/commanderx16/x16-emulator/issues/392 and porting over as ec0ce83472136fec051e9de507410c7cde4574bd.

indigodarkwolf commented 2 years ago

See also commanderx16/x16-emulator#393

indigodarkwolf commented 7 months ago

Was improved way back when with the following commit: be07cfc30b8aa8f4fd29ac2b90e41a6bafd4ec67