AppleWin/test/TestCPU6502
TomCh 9553106f4e
Debugger: Add IRQ support to LBR and new command to Break on Interrupt (#987, PR #990)
Extend LBR so that it includes the control-flow on a taken interrupt
Add a new command 'brkint <0|1>' to support Break on Interrupt

Internal: in core emulation loop, moved IRQ/NMI check to start of loop so that just the "interrupt vectoring" case can be single-stepped (instead of previously opcode + interrupt vector).

Debugger help chm: update Breakpoints section to include BRK, BRKOP and BRKINT
2021-10-16 16:57:00 +01:00
..
stdafx.cpp Add test/TestCPU6502 2016-03-21 22:41:29 +00:00
stdafx.h Removed 65d02 and used the regular 65c02/6502 headers instead (PR #825) 2020-08-31 10:03:29 +01:00
TestCPU6502-vs2008.vcproj Support for synchronous events (PR #841) 2020-10-11 16:08:05 +01:00
TestCPU6502-vs2019.vcxproj VS2019: new debug/release configurations for v141_xp (#693) 2020-12-20 18:44:25 +00:00
TestCPU6502-vs2019.vcxproj.filters Support for synchronous events (PR #841) 2020-10-11 16:08:05 +01:00
TestCPU6502.cpp Debugger: Add IRQ support to LBR and new command to Break on Interrupt (#987, PR #990) 2021-10-16 16:57:00 +01:00