Style fix
This commit is contained in:
@@ -707,7 +707,7 @@ static unsigned HaveIRQRequest;
|
|||||||
unsigned char OldPCH; \
|
unsigned char OldPCH; \
|
||||||
++Cycles; \
|
++Cycles; \
|
||||||
Offs = (signed char) MemReadByte (Regs.PC+1); \
|
Offs = (signed char) MemReadByte (Regs.PC+1); \
|
||||||
Regs.PC +=2; \
|
Regs.PC += 2; \
|
||||||
OldPCH = PCH; \
|
OldPCH = PCH; \
|
||||||
Regs.PC = (Regs.PC + (int) Offs) & 0xFFFF; \
|
Regs.PC = (Regs.PC + (int) Offs) & 0xFFFF; \
|
||||||
if (PCH != OldPCH) { \
|
if (PCH != OldPCH) { \
|
||||||
|
|||||||
Reference in New Issue
Block a user