mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-27 01:31:21 +00:00
escc: Set RR1 All Sent flag.
Helps booting Mac OS 8.1, etc.
This commit is contained in:
parent
cf9811d03a
commit
82e22174d6
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user