mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
(MESS) pockstat.c: Added m_lcd_control to save state (nw)
This commit is contained in:
parent
617fbeb20d
commit
b77b2db7a6
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user