Previous 199869 Revisions Next

r21726 Saturday 9th March, 2013 at 00:30:10 UTC by Oliver Stöneberg
fixed uninitialized members in src/emu/machine/i8251.c (nw)
[src/emu/machine]i8251.c

trunk/src/emu/machine/i8251.c
r21725r21726
304304
305305   transmit_register_reset();
306306   receive_register_reset();
307   m_flags = 0;
307308   /* expecting mode byte */
308309   m_flags |= I8251_EXPECTING_MODE;
309310   /* not expecting a sync byte */
r21725r21726
314315   m_status = I8251_STATUS_TX_EMPTY | I8251_STATUS_TX_READY;
315316   m_mode_byte = 0;
316317   m_command = 0;
318   m_data = 0;
317319
318320   /* update tx empty pin output */
319321   update_tx_empty();

Previous 199869 Revisions Next


© 1997-2024 The MAME Team