mirror of
https://github.com/holub/mame
synced 2025-05-28 08:33:05 +03:00
7200fifo.c: added missing save state, fixes seibuspi save state problem (nw)
This commit is contained in:
parent
c43a8bfa41
commit
ae7a4392a3
@ -43,6 +43,7 @@ void fifo7200_device::device_start()
|
||||
m_hf_handler.resolve_safe();
|
||||
|
||||
// state save
|
||||
save_item(NAME(m_buffer));
|
||||
save_item(NAME(m_read_ptr));
|
||||
save_item(NAME(m_write_ptr));
|
||||
save_item(NAME(m_ef));
|
||||
|
Loading…
Reference in New Issue
Block a user