Skip to content

Commit

Permalink
kickgoal: save the newly added variables (nw)
Browse files Browse the repository at this point in the history
  • Loading branch information
Osso13 committed Nov 19, 2018
1 parent 12fc386 commit 18d0fee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mame/drivers/kickgoal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 18d0fee

Please sign in to comment.