Fixed MT05398 (nw).

This commit is contained in:
Ivan Vangelista 2013-12-24 07:35:15 +00:00
parent ca546caa6e
commit efef3e5328

View File

@ -111,6 +111,7 @@ void saturn_device::device_start()
memset(m_rstk, 0, sizeof(m_rstk));
m_out = 0;
m_carry = 0;
m_decimal = 0;
m_st = 0;
m_hst = 0;
m_nmi_state = 0;