(nw) sorcerer : probably a good idea to initialise the new variables

This commit is contained in:
Robbbert 2018-08-18 01:09:28 +10:00
parent eff721ec4c
commit 8cd2eda2a9

View File

@ -451,6 +451,9 @@ void sorcerer_state::machine_reset()
m_cass_data.input.length = 0;
m_cass_data.input.bit = 1;
m_drq_off = true;
m_intrq_off = true;
m_wait = false;
m_fe = 0xff;
port_fe_w(space, 0, 0, 0xff);