mirror of
https://github.com/holub/mame
synced 2025-04-28 11:11:48 +03:00
dec0: save priority register (nw)
This commit is contained in:
parent
880a70e1d4
commit
cae4194c2c
@ -362,6 +362,8 @@ WRITE16_MEMBER(dec0_state::dec0_priority_w)
|
|||||||
|
|
||||||
VIDEO_START_MEMBER(dec0_state,dec0_nodma)
|
VIDEO_START_MEMBER(dec0_state,dec0_nodma)
|
||||||
{
|
{
|
||||||
|
save_item(NAME(m_pri));
|
||||||
|
|
||||||
m_buffered_spriteram = m_spriteram;
|
m_buffered_spriteram = m_spriteram;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user