mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
jongkyo.c: added missing save state (nw)
This commit is contained in:
parent
15026a0e7b
commit
e3abc88928
@ -469,6 +469,7 @@ void jongkyo_state::machine_start()
|
||||
save_item(NAME(m_videoram2));
|
||||
save_item(NAME(m_rom_bank));
|
||||
save_item(NAME(m_mux_data));
|
||||
save_item(NAME(m_flip_screen));
|
||||
}
|
||||
|
||||
void jongkyo_state::machine_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user