mirror of
https://github.com/holub/mame
synced 2025-06-30 16:00:01 +03:00
(MESS) pc1512.c: Added m_opt to the pc1640 save state (nw)
This commit is contained in:
parent
b77b2db7a6
commit
50fb41a8af
@ -1181,6 +1181,7 @@ void pc1640_state::machine_start()
|
|||||||
save_item(NAME(m_printer_data));
|
save_item(NAME(m_printer_data));
|
||||||
save_item(NAME(m_printer_control));
|
save_item(NAME(m_printer_control));
|
||||||
save_item(NAME(m_speaker_drive));
|
save_item(NAME(m_speaker_drive));
|
||||||
|
save_item(NAME(m_opt));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user