mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
dblewing.cpp: added save item (nw)
This commit is contained in:
parent
2b7d0e805e
commit
2f5add827b
@ -439,6 +439,8 @@ DRIVER_INIT_MEMBER(dblewing_state,dblewing)
|
|||||||
{
|
{
|
||||||
deco56_decrypt_gfx(machine(), "gfx1");
|
deco56_decrypt_gfx(machine(), "gfx1");
|
||||||
deco102_decrypt_cpu((uint16_t *)memregion("maincpu")->base(), m_decrypted_opcodes, 0x80000, 0x399d, 0x25, 0x3d);
|
deco102_decrypt_cpu((uint16_t *)memregion("maincpu")->base(), m_decrypted_opcodes, 0x80000, 0x399d, 0x25, 0x3d);
|
||||||
|
|
||||||
|
save_item(NAME(m_soundlatch_pending));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user