escc: Set RR1 All Sent flag.

Helps booting Mac OS 8.1, etc.
This commit is contained in:
joevt 2024-04-26 18:32:17 -07:00 committed by dingusdev
parent cf9811d03a
commit 82e22174d6

View File

@ -226,7 +226,7 @@ void EsccChannel::reset(bool hw_reset)
this->read_regs[RR0] &= 0x38;
this->read_regs[RR0] |= 0x44;
this->read_regs[RR1] = 0x06;
this->read_regs[RR1] = 0x06 | RR1_ALL_SENT; // HACK: also set ALL_SENT flag.
this->read_regs[RR3] = 0x00;
this->read_regs[RR10] = 0x00;