Winbond W83877F: Set ECP IRQ readout from the correct register.

This commit is contained in:
OBattler
2025-09-01 22:14:39 +02:00
parent 5fa1c17154
commit b5e3710ac2

View File

@@ -202,7 +202,7 @@ w83877_lpt_handler(w83877_t *dev)
lpt_port_irq(dev->lpt, lpt_irq);
lpt_port_dma(dev->lpt, dev->dma_map[dev->regs[0x26] & 0x03]);
lpt_set_cnfgb_readout(dev->lpt, ((dev->regs[0x26] & 0xe0) >> 2) | 0x07);
lpt_set_cnfgb_readout(dev->lpt, ((dev->regs[0x27] & 0xe0) >> 2) | 0x07);
}
static void