This commit is contained in:
Jean-Philip Desjardins 2018-02-04 11:34:17 -05:00
parent e7053379c7
commit 9055253cda

View File

@ -374,7 +374,7 @@ void CPsxBios::HandleInterrupt()
{
EVENT* eventPtr = m_events[i];
if(eventPtr == NULL) continue;
if(cause & 0x08 && eventPtr->classId == 0xF0000009)
if((cause & (1 << CIntc::LINE_DMAC)) && eventPtr->classId == 0xF0000009)
{
eventPtr->fired = 1;
}