mirror of
https://github.com/hoglet67/AtomBusMon.git
synced 2025-03-21 01:30:04 +00:00
Firmware: remove manual step in cmdContinue (no longer needed on 6502 or Z80)
Change-Id: I75cdb43b782f8a016ea8e1009cbdac1ecd67169e
This commit is contained in:
parent
b80bade3f8
commit
58e445e10b
@ -1319,8 +1319,10 @@ void doCmdContinue(char *params) {
|
||||
shiftBreakpointRegister(0, 0, 0, 0);
|
||||
}
|
||||
|
||||
// Step the 6502, otherwise the breakpoint happends again immediately
|
||||
#if defined(CPU_6809)
|
||||
// Step the 6809, otherwise the breakpoint happends again immediately
|
||||
hwCmd(CMD_STEP, 0);
|
||||
#endif
|
||||
|
||||
// Enable breakpoints
|
||||
hwCmd(CMD_BRKPT_ENABLE, 1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user