diff options
| author | 2013-05-20 06:51:25 +0000 | |
|---|---|---|
| committer | 2013-05-20 06:51:25 +0000 | |
| commit | 1c05ccc93bd32a9bb5a50f18e2e8bd29c3511e25 (patch) | |
| tree | 7133a7cea14e7c27e731c320b87663971b1a31d3 /src/emu/machine.c | |
| parent | cae878c9b438a4b88678db213db9c4aed215b5cc (diff) | |
Cleanups and version bumpmame0148u5
Diffstat (limited to 'src/emu/machine.c')
| -rw-r--r-- | src/emu/machine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine.c b/src/emu/machine.c index 8c9ac74acdc..4e5d12910cf 100644 --- a/src/emu/machine.c +++ b/src/emu/machine.c @@ -896,9 +896,9 @@ void running_machine::soft_reset(void *ptr, INT32 param) // setup autoboot if needed m_autoboot_timer->adjust(attotime(options().autoboot_delay(),0),0); - + // now we're running - m_current_phase = MACHINE_PHASE_RUNNING; + m_current_phase = MACHINE_PHASE_RUNNING; } |
