mirror of
https://github.com/cc65/cc65.git
synced 2025-02-09 17:33:00 +00:00
65C02 version too.
This commit is contained in:
parent
c23f264fe4
commit
009f56afb6
@ -1278,6 +1278,8 @@ static void OPC_65C02_6C (void)
|
|||||||
/* 6502 bug fixed here */
|
/* 6502 bug fixed here */
|
||||||
Cycles = 5;
|
Cycles = 5;
|
||||||
Regs.PC = MemReadWord (MemReadWord (Regs.PC+1));
|
Regs.PC = MemReadWord (MemReadWord (Regs.PC+1));
|
||||||
|
|
||||||
|
ParaVirtHooks (&Regs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user