Ne2000-compatibles: Fix IRQ's (this will break RSET8019 again, I'm trying to understand now to fix it).

This commit is contained in:
OBattler
2025-09-26 18:20:06 +02:00
parent 086f955e7e
commit 60bef8bb48
2 changed files with 6 additions and 6 deletions

View File

@@ -155,7 +155,7 @@ nic_interrupt(void *priv, int set)
nic_t *dev = (nic_t *) priv;
int enabled = 1;
if (dev->irq_level)
if (!dev->irq_level)
set ^= 1;
if (dev->board == NE2K_RTL8019AS_PNP)