mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
upd7220: reset pattern to pram after figd
This commit is contained in:
parent
61738876e3
commit
8d41e6f920
@ -457,7 +457,7 @@ inline void upd7220_device::reset_figs_param()
|
||||
m_figs.m_dm = 0xffff;
|
||||
m_figs.m_gd = 0;
|
||||
m_figs.m_figure_type = 0;
|
||||
m_pattern = 0xffff;
|
||||
m_pattern = (m_ra[8]) | (m_ra[9] << 8);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user