Previous 199869 Revisions Next

r18191 Friday 28th September, 2012 at 13:04:52 UTC by Miodrag Milanović
Will commit this for now, looks proper start value (no whatsnew)
[src/emu/machine]6526cia.c

trunk/src/emu/machine/6526cia.c
r18190r18191
128128   m_cnt = 1;
129129   m_sp = 0;
130130
131   /* initialize data direction registers */
132   m_port[0].m_ddr = 0xff;
133   m_port[1].m_ddr = 0xff;
134
131135   /* TOD running by default */
132136   m_tod_running = TRUE;
133137

Previous 199869 Revisions Next


© 1997-2024 The MAME Team