(MESS) pockstat.c: Added m_lcd_control to save state (nw)

This commit is contained in:
Wilbert Pol 2014-08-03 15:11:44 +00:00
parent 617fbeb20d
commit b77b2db7a6

View File

@ -905,6 +905,8 @@ void pockstat_state::machine_start()
save_item(NAME(m_ps_flash_write_enable_count));
save_item(NAME(m_ps_flash_write_count));
save_item(NAME(m_lcd_control));
}
void pockstat_state::machine_reset()