Previous 199869 Revisions Next

r21739 Saturday 9th March, 2013 at 07:52:21 UTC by Oliver Stöneberg
(MESS) fixyed uninitialized member in src/mess/machine/ti99/datamux.c (nw)
[src/mess/machine/ti99]datamux.c

trunk/src/mess/machine/ti99/datamux.c
r21738r21739
156156   m_ready(CLEAR_LINE);
157157
158158   // use the latch and the currently read byte and put it on the 16bit bus
159   return (hbyte<<8) | m_latch ;
159   return (hbyte<<8) | m_latch;
160160}
161161
162162/*
r21738r21739
309309   m_ready(ASSERT_LINE);
310310
311311   m_waitcount = 0;
312   m_latch = 0;
312313}
313314
314315INPUT_PORTS_START( datamux )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team