jongkyo.c: added missing save state (nw)

This commit is contained in:
Ivan Vangelista 2015-02-25 18:57:15 +01:00
parent 15026a0e7b
commit e3abc88928

View File

@ -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()