Fix CD Interrupt for PS3 PSX Emulator
This commit is contained in:
parent
4b9fafdc97
commit
1cb532e1d1
|
@ -30,7 +30,8 @@ namespace JabyEngine {
|
|||
CD_IO::PortIndex1::change_to();
|
||||
CD_IO::Interrupt::ack_extended(CD_IO::PortIndex1::InterruptFlag);
|
||||
|
||||
CD_IO::Interrupt::enable(CD_IO::PortIndex1::InterruptEnable);
|
||||
// TODO: Verify this on real HW
|
||||
CD_IO::Interrupt::enable_extended(CD_IO::PortIndex1::InterruptEnable);
|
||||
|
||||
Interrupt::enable_irq(Interrupt::CDROM);
|
||||
Interrupt::ack_irq(Interrupt::CDROM);
|
||||
|
|
Loading…
Reference in New Issue