disable via T2 irq for now
it broke more things than it solved
This commit is contained in:
parent
47b254f58e
commit
ce55830a1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue