clear bss and move on
[com32] / src / psaux.c
index 4f1e2b0..a0fb58d 100644 (file)
@@ -35,6 +35,7 @@ static int intr_mode;
 void init_psaux(void)
 {
        interrupt(IRQ_TO_INTR(12), psaux_intr);
+       unmask_irq(12);
 
        init_mouse();
        set_mouse_bounds(0, 0, 319, 199);