Previous 199869 Revisions Next

r32772 Thursday 16th October, 2014 at 05:18:38 UTC by Alex Jackson
Don't execute a timeslice before loading a savestate from the command line [Alex Jackson]
[src/emu]machine.c

trunk/src/emu/machine.c
r32771r32772
366366      if (strcmp(config().m_gamedrv.name, "___empty") != 0)
367367         g_tagmap_counter_enabled = true;
368368#endif
369      // handle initial load
370      if (m_saveload_schedule != SLS_NONE)
371         handle_saveload();
369372
370373      // run the CPUs until a reset or exit
371374      m_hard_reset_pending = false;

Previous 199869 Revisions Next


© 1997-2024 The MAME Team