mirror of
https://github.com/holub/mame
synced 2025-04-26 10:13:37 +03:00
kickgoal: save the newly added variables (nw)
This commit is contained in:
parent
12fc386952
commit
18d0fee8ba
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user