ct6502 / apple2ts

Apple II Emulator in TypeScript
Creative Commons Attribution Share Alike 4.0 International
61 stars 10 forks source link

Add 'memory bank' property for breakpoints #50

Closed ct6502 closed 7 months ago

ct6502 commented 7 months ago

If the memory bank property is set on a breakpoint, only break if the current program counter is within the specified memory bank. So you could set the breakpoint to be "aux" only, and then it would only break if the program counter was currently executing within the aux memory bank.

Peter Ferrie (qkumba; @peterferrie) asked for this feature.