diff options
| author | 2017-02-25 16:44:06 +0000 | |
|---|---|---|
| committer | 2017-02-25 17:23:22 +0000 | |
| commit | 246b98a3c075b43224bc6818f210d2740ad382b3 (patch) | |
| tree | 45c94a0c192b1932e303f294516729932aee1f31 | |
| parent | ae62706092899e7839d76bdad9f8d37cf6be553c (diff) | |
Update machine.cpp
| -rw-r--r-- | src/emu/machine.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emu/machine.cpp b/src/emu/machine.cpp index b32d94582b8..7caf66501b9 100644 --- a/src/emu/machine.cpp +++ b/src/emu/machine.cpp @@ -264,6 +264,7 @@ void running_machine::start() save().register_presave(save_prepost_delegate(FUNC(running_machine::presave_all_devices), this)); start_all_devices(); save().register_postload(save_prepost_delegate(FUNC(running_machine::postload_all_devices), this)); + manager().load_cheatfiles(*this); // if we're coming in with a savegame request, process it now const char *savegame = options().state(); |
