mirror of
https://github.com/holub/mame
synced 2025-04-24 09:20:02 +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_counter));
|
||||
|
||||
// we should 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
|
||||
// to be re-enabled if/when MAME save system becomes more flexible
|
||||
// save().save_item(NAME(m_rand_seed));
|
||||
// save the random seed or save states might be broken in drivers that use the rand() method
|
||||
save().save_item(NAME(m_rand_seed));
|
||||
|
||||
// initialize image devices
|
||||
image_init(*this);
|
||||
|
Loading…
Reference in New Issue
Block a user