Previous 199869 Revisions Next

r33957 Friday 19th December, 2014 at 17:14:59 UTC by Osso
machine.c: the majority has spoken (nw)
[src/emu]machine.c

trunk/src/emu/machine.c
r242468r242469
256256   save().save_item(NAME(m_watchdog_enabled));
257257   save().save_item(NAME(m_watchdog_counter));
258258   
259   // we should save the random seed or save states might be broken in drivers that use the rand() method
260   // but for the time being we won't, since it would invalidate all the save states from previous MAME versions
261   // to be re-enabled if/when MAME save system becomes more flexible
262   // save().save_item(NAME(m_rand_seed));
259   // save the random seed or save states might be broken in drivers that use the rand() method
260   save().save_item(NAME(m_rand_seed));
263261   
264262   // initialize image devices
265263   image_init(*this);


Previous 199869 Revisions Next


© 1997-2024 The MAME Team