mirror of
https://github.com/holub/mame
synced 2025-10-07 17:27:06 +03:00
machine.c: the majority has spoken (nw)
This commit is contained in:
parent
8644c3686b
commit
b6cac0342b
@ -256,10 +256,8 @@ void running_machine::start()
|
|||||||
save().save_item(NAME(m_watchdog_enabled));
|
save().save_item(NAME(m_watchdog_enabled));
|
||||||
save().save_item(NAME(m_watchdog_counter));
|
save().save_item(NAME(m_watchdog_counter));
|
||||||
|
|
||||||
// we should save the random seed or save states might be broken in drivers that use the rand() method
|
// save the random seed or save states might be broken in drivers that use the rand() method
|
||||||
// but for the time being we won't, since it would invalidate all the save states from previous MAME versions
|
save().save_item(NAME(m_rand_seed));
|
||||||
// to be re-enabled if/when MAME save system becomes more flexible
|
|
||||||
// save().save_item(NAME(m_rand_seed));
|
|
||||||
|
|
||||||
// initialize image devices
|
// initialize image devices
|
||||||
image_init(*this);
|
image_init(*this);
|
||||||
|
Loading…
Reference in New Issue
Block a user