summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/esrip
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/esrip')
-rw-r--r--src/emu/cpu/esrip/esrip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/esrip/esrip.c b/src/emu/cpu/esrip/esrip.c
index b271c7b01b9..f6c99151b46 100644
--- a/src/emu/cpu/esrip/esrip.c
+++ b/src/emu/cpu/esrip/esrip.c
@@ -1652,7 +1652,7 @@ static CPU_EXECUTE( esrip )
esrip_state *cpustate = device->token;
int calldebugger = (device->machine->debug_flags & DEBUG_FLAG_ENABLED) != 0;
UINT8 status;
-
+
cpustate->icount = cycles;
/* I think we can get away with placing this outside of the loop */