Fixed 4enraya.c save state regression (nw)
This commit is contained in:
parent
1f702cb5ae
commit
a43c32aabe
@ -303,6 +303,8 @@ GFXDECODE_END
|
|||||||
|
|
||||||
void _4enraya_state::machine_start()
|
void _4enraya_state::machine_start()
|
||||||
{
|
{
|
||||||
|
save_item(NAME(m_videoram));
|
||||||
|
save_item(NAME(m_workram));
|
||||||
save_item(NAME(m_soundlatch));
|
save_item(NAME(m_soundlatch));
|
||||||
|
|
||||||
m_prom = memregion("pal_prom")->base();
|
m_prom = memregion("pal_prom")->base();
|
||||||
|
Loading…
Reference in New Issue
Block a user