Will commit this for now, looks proper start value (no whatsnew)

This commit is contained in:
Miodrag Milanovic 2012-09-28 13:04:52 +00:00
parent a31883cc12
commit 71b504073b

View File

@ -128,6 +128,10 @@ void mos6526_device::device_reset()
m_cnt = 1;
m_sp = 0;
/* initialize data direction registers */
m_port[0].m_ddr = 0xff;
m_port[1].m_ddr = 0xff;
/* TOD running by default */
m_tod_running = TRUE;