diff options
| author | 2012-01-29 16:34:26 +0000 | |
|---|---|---|
| committer | 2012-01-29 16:34:26 +0000 | |
| commit | 505442d0a0bdc2944f699d9102ae0829703a5407 (patch) | |
| tree | 1a4c2f72533c67984e0112d35905f480a3a9b0ea /src/emu/machine.c | |
| parent | 5d0cb30e84215504e368130db9e4573c37e458f2 (diff) | |
Clean-ups and version bumpmame0144u7
Diffstat (limited to 'src/emu/machine.c')
| -rw-r--r-- | src/emu/machine.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/emu/machine.c b/src/emu/machine.c index 2206628b4e4..88ad95b27d9 100644 --- a/src/emu/machine.c +++ b/src/emu/machine.c @@ -915,7 +915,7 @@ void running_machine::start_all_devices() failed_starts++; } } - + // each iteration should reduce the number of failed starts; error if // this doesn't happen if (failed_starts == last_failed_starts) @@ -954,12 +954,12 @@ void running_machine::stop_all_devices() device->stop(); // then nuke the device tree -// global_free(m_root_device); +// global_free(m_root_device); } //------------------------------------------------- -// presave_all_devices - tell all the devices we +// presave_all_devices - tell all the devices we // are about to save //------------------------------------------------- @@ -972,7 +972,7 @@ void running_machine::presave_all_devices() //------------------------------------------------- -// postload_all_devices - tell all the devices we +// postload_all_devices - tell all the devices we // just completed a load //------------------------------------------------- @@ -1266,7 +1266,7 @@ void driver_device::device_start() //------------------------------------------------- -// device_reset_after_children - device override +// device_reset_after_children - device override // which calls the various helpers; must happen // after all child devices are reset //------------------------------------------------- |
