summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/hcd62121/hcd62121_ops.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/hcd62121/hcd62121_ops.h')
-rw-r--r--src/emu/cpu/hcd62121/hcd62121_ops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/hcd62121/hcd62121_ops.h b/src/emu/cpu/hcd62121/hcd62121_ops.h
index 8d9871e2cd9..50ed1bee283 100644
--- a/src/emu/cpu/hcd62121/hcd62121_ops.h
+++ b/src/emu/cpu/hcd62121/hcd62121_ops.h
@@ -747,7 +747,7 @@ case 0xC3: /* movw reg,i80 */
int i;
int size = datasize( cpustate, op );
UINT8 reg = read_op( cpustate );
-
+
for( i = 0; i < size; i++ )
{
cpustate->reg[(reg + i) & 0x7f] = read_op( cpustate );