summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ccpu/ccpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/ccpu/ccpu.c')
-rw-r--r--src/emu/cpu/ccpu/ccpu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/cpu/ccpu/ccpu.c b/src/emu/cpu/ccpu/ccpu.c
index a03f6b8f1a6..a73c3d2eb90 100644
--- a/src/emu/cpu/ccpu/ccpu.c
+++ b/src/emu/cpu/ccpu/ccpu.c
@@ -576,8 +576,8 @@ static int ccpu_execute(int cycles)
ccpu_icount = -1;
/* some games repeat the FRM opcode twice; it apparently does not cause
- a second wait, so we make sure we skip any duplicate opcode at this
- point */
+ a second wait, so we make sure we skip any duplicate opcode at this
+ point */
if (READOP(ccpu.PC) == opcode)
ccpu.PC++;
break;