CDROM: Combine stat pushing/ack interrupt

This commit is contained in:
Connor McLaughlin
2019-10-26 16:12:37 +10:00
parent bedc305b64
commit 3ded9d46c1
2 changed files with 14 additions and 24 deletions

View File

@ -161,7 +161,7 @@ private:
bool HasPendingInterrupt() const { return m_interrupt_flag_register != 0; }
void SetInterrupt(Interrupt interrupt);
void PushStatResponse(Interrupt interrupt = Interrupt::ACK);
void SendACKAndStat();
void SendErrorResponse(u8 reason = 0x80);
void UpdateStatusRegister();