mirror of
https://github.com/holub/mame
synced 2025-07-07 02:50:50 +03:00
parent
426274386a
commit
05da482144
@ -644,7 +644,7 @@ save_error ram_state::load()
|
||||
return STATERR_ILLEGAL_REGISTRATIONS;
|
||||
|
||||
// get the save manager to load state
|
||||
return m_save.write_stream(m_data);
|
||||
return m_save.read_stream(m_data);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user