mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Will commit this for now, looks proper start value (no whatsnew)
This commit is contained in:
parent
a31883cc12
commit
71b504073b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user