mirror of
https://github.com/holub/mame
synced 2025-07-05 09:57:47 +03:00
(nw) sorcerer : probably a good idea to initialise the new variables
This commit is contained in:
parent
eff721ec4c
commit
8cd2eda2a9
@ -451,6 +451,9 @@ void sorcerer_state::machine_reset()
|
|||||||
m_cass_data.input.length = 0;
|
m_cass_data.input.length = 0;
|
||||||
m_cass_data.input.bit = 1;
|
m_cass_data.input.bit = 1;
|
||||||
|
|
||||||
|
m_drq_off = true;
|
||||||
|
m_intrq_off = true;
|
||||||
|
m_wait = false;
|
||||||
m_fe = 0xff;
|
m_fe = 0xff;
|
||||||
port_fe_w(space, 0, 0, 0xff);
|
port_fe_w(space, 0, 0, 0xff);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user