Previous 199869 Revisions Next

r29583 Saturday 12th April, 2014 at 23:48:00 UTC by O. Galibert
network: Please don't kill save states [O. Galibert]
[src/emu]machine.c

trunk/src/emu/machine.c
r29582r29583
299299
300300   // initialize lua
301301   m_lua_engine.initialize();
302
303   // disallow save state registrations starting here
304   m_save.allow_registration(false);
305302}
306303
307304
r29582r29583
351348
352349      // load the configuration settings and NVRAM
353350      bool settingsloaded = config_load_settings(*this);
351
352      // disallow save state registrations starting here.
353      // Don't do it earlier, config load can create network
354      // devices with timers.
355      m_save.allow_registration(false);
356
354357      nvram_load();
355358      sound().ui_mute(false);
356359

Previous 199869 Revisions Next


© 1997-2024 The MAME Team