mirror of
https://github.com/holub/mame
synced 2025-06-01 18:41:47 +03:00
Since we're close to release, revert for now (nw)
This commit is contained in:
parent
9be7a979bd
commit
2210637f99
@ -675,7 +675,7 @@ READ8_MEMBER( via6522_device::read )
|
||||
val = m_sr;
|
||||
m_out_cb1 = 1;
|
||||
m_cb1_handler(m_out_cb1);
|
||||
m_shift_counter = 7;
|
||||
m_shift_counter = 8;
|
||||
clear_int(INT_SR);
|
||||
LOGSHIFT("ACR: %02x ", m_acr);
|
||||
if (SI_O2_CONTROL(m_acr))
|
||||
@ -861,7 +861,7 @@ WRITE8_MEMBER( via6522_device::write )
|
||||
m_cb1_handler(m_out_cb1);
|
||||
}
|
||||
|
||||
m_shift_counter = 7;
|
||||
m_shift_counter = 8;
|
||||
clear_int(INT_SR);
|
||||
LOGSHIFT(" - ACR is: %02x ", m_acr);
|
||||
if (SO_O2_CONTROL(m_acr))
|
||||
|
Loading…
Reference in New Issue
Block a user