mirror of
https://github.com/cc65/cc65.git
synced 2024-11-16 02:10:52 +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 */
|
||||
Cycles = 5;
|
||||
Regs.PC = MemReadWord (MemReadWord (Regs.PC+1));
|
||||
|
||||
ParaVirtHooks (&Regs);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user