cdrom: cleanup, support errors, improve timing
[pcsx_rearmed.git] / libpcsxcore / cdrom.h
index c2c5464..5d7c358 100644 (file)
@@ -92,7 +92,8 @@ typedef struct {
 
        int Init;
 
-       unsigned char Irq;
+       u16 Irq;
+       u8 IrqRepeated;
        u32 eCycle;
 
        u8 Seeked;