1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-26 05:29:30 +00:00

65C02 version too.

This commit is contained in:
prandeamus 2018-01-13 22:42:39 +00:00
parent c23f264fe4
commit 009f56afb6

View File

@ -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);
}