summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/ccpu
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-03-06 07:31:20 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-03-06 07:31:20 +0000
commitfb26ec7c01551f742096cdc26fd4c2d8133e5712 (patch)
tree3ab6c51a985ec25754a88ad6cc3a8342126ce917 /src/emu/cpu/ccpu
parent0046339284052d1be1c6a52cf9f4d9e0805f18c1 (diff)
Cleanups and version bump.mame0123u4
Diffstat (limited to 'src/emu/cpu/ccpu')
-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;