kickgoal: save the newly added variables (nw)

This commit is contained in:
Ivan Vangelista 2018-11-19 07:19:51 +01:00
parent 12fc386952
commit 18d0fee8ba

View File

@ -324,6 +324,9 @@ void kickgoal_state::machine_start()
{
save_item(NAME(m_snd_sam));
save_item(NAME(m_snd_new));
save_item(NAME(m_pic_portc));
save_item(NAME(m_pic_portb));
save_item(NAME(m_sound_command_sent));
m_okibank->configure_entries(0, 4, memregion("oki")->base(), 0x20000);
m_okibank->set_entry(1);