(MESS) pc1512.c: Added m_opt to the pc1640 save state (nw)

This commit is contained in:
Wilbert Pol 2014-08-03 15:38:09 +00:00
parent b77b2db7a6
commit 50fb41a8af

View File

@ -1181,6 +1181,7 @@ void pc1640_state::machine_start()
save_item(NAME(m_printer_data));
save_item(NAME(m_printer_control));
save_item(NAME(m_speaker_drive));
save_item(NAME(m_opt));
}