mirror of
https://github.com/holub/mame
synced 2025-10-08 09:30:17 +03:00
Fixed MT05398 (nw).
This commit is contained in:
parent
ca546caa6e
commit
efef3e5328
@ -111,6 +111,7 @@ void saturn_device::device_start()
|
|||||||
memset(m_rstk, 0, sizeof(m_rstk));
|
memset(m_rstk, 0, sizeof(m_rstk));
|
||||||
m_out = 0;
|
m_out = 0;
|
||||||
m_carry = 0;
|
m_carry = 0;
|
||||||
|
m_decimal = 0;
|
||||||
m_st = 0;
|
m_st = 0;
|
||||||
m_hst = 0;
|
m_hst = 0;
|
||||||
m_nmi_state = 0;
|
m_nmi_state = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user