Previous 199869 Revisions Next

r21379 Saturday 23rd February, 2013 at 10:08:46 UTC by Oliver Stöneberg
(MESS) fixed uninitialized members in src/mess/machine/mb89352.c (nw)
[src/mess/machine]mb89352.c

trunk/src/mess/machine/mb89352.c
r21378r21379
141141   m_line_status = 0x00;
142142   m_spc_status = 0x01;  // presumably the data reg is empty to start with
143143   m_error_status = 0x00;
144   m_transfer_count = 0;
144145   if(m_transfer_count == 0)
145146      m_spc_status |= SSTS_TC_ZERO;
146147   m_ints = 0x00;
r21378r21379
173174   m_error_status = 0x00;
174175   m_transfer_count = 0;
175176   m_spc_status = 0x05;  // presumably the data reg is empty to start with
177   m_busfree_int_enable = 0;
176178}
177179
178180void mb89352_device::device_stop()

Previous 199869 Revisions Next


© 1997-2024 The MAME Team