mirror of
https://github.com/holub/mame
synced 2025-05-25 23:35:26 +03:00
Fixed buggy breakpoints in the g65816 cpu core. [Angelo Salese]
This commit is contained in:
parent
ede41d3262
commit
8fade1f6dd
@ -2437,7 +2437,7 @@ TABLE_FUNCTION(int, execute, (g65816i_cpu_struct *cpustate, int clocks))
|
||||
g65816i_check_maskable_interrupt(cpustate);
|
||||
|
||||
REGISTER_PPC = REGISTER_PC;
|
||||
G65816_CALL_DEBUGGER(REGISTER_PC);
|
||||
G65816_CALL_DEBUGGER(REGISTER_PB | REGISTER_PC);
|
||||
|
||||
REGISTER_PC++;
|
||||
REGISTER_IR = read_8_IMM(REGISTER_PB | REGISTER_PPC);
|
||||
|
Loading…
Reference in New Issue
Block a user