summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/kickgoal.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/kickgoal.cpp')
-rw-r--r--src/mame/drivers/kickgoal.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mame/drivers/kickgoal.cpp b/src/mame/drivers/kickgoal.cpp
index 9252924a072..30fb11fcc1c 100644
--- a/src/mame/drivers/kickgoal.cpp
+++ b/src/mame/drivers/kickgoal.cpp
@@ -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);