mirror of
https://github.com/holub/mame
synced 2025-06-22 20:38:50 +03:00
m6801: port data latches are not initialized at reset
This commit is contained in:
parent
a7fa471b72
commit
b7a63f01aa
@ -1254,7 +1254,6 @@ void m6801_cpu_device::device_reset()
|
||||
m_port_ddr[0] = 0x00;
|
||||
m_port_ddr[1] = 0x00;
|
||||
m_port_ddr[2] = 0x00;
|
||||
m_port_data[0] = 0;
|
||||
m_p3csr = 0x00;
|
||||
m_pending_isf_clear = false;
|
||||
m_port2_written = false;
|
||||
|
Loading…
Reference in New Issue
Block a user