disable via T2 irq for now

it broke more things than it solved
This commit is contained in:
Jeff Epler 2025-03-22 12:32:53 -05:00
parent 47b254f58e
commit ce55830a1b

View file

@ -339,7 +339,7 @@ void via_tick(int cycles)
if (i <= 0) {
i = 0;
VDBG("[VIA T2 reached zero, IRQ pending]\n");
irq_active |= VIA_IRQ_T2;
// irq_active |= VIA_IRQ_T2;
via_assess_irq();
}
via_t2c = i;