diff options
| author | 2009-01-15 08:33:24 +0000 | |
|---|---|---|
| committer | 2009-01-15 08:33:24 +0000 | |
| commit | 7f2e4e19be32cc1a3b1f272e1a482dd201137ee1 (patch) | |
| tree | 8ba4183de60c37fca1e6ffdea81c9269ba1bb0d0 /src/emu/cpu/esrip/esrip.c | |
| parent | 1b7793d0fbd99c653c3221116176f31735e1acd0 (diff) | |
Cleanups and version bump.mame0129u1
Diffstat (limited to 'src/emu/cpu/esrip/esrip.c')
| -rw-r--r-- | src/emu/cpu/esrip/esrip.c | 2 |
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 */ |
