mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
paradise.c: fix save state issue (nw)
This commit is contained in:
parent
609040e618
commit
3357b42c17
@ -678,6 +678,7 @@ void paradise_state::machine_start()
|
||||
|
||||
save_item(NAME(m_palbank));
|
||||
save_item(NAME(m_priority));
|
||||
save_item(NAME(irq_count));
|
||||
}
|
||||
|
||||
void paradise_state::machine_reset()
|
||||
|
Loading…
Reference in New Issue
Block a user