summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine.c')
-rw-r--r--src/emu/machine.c4
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;
}