mirror of
https://github.com/86Box/86Box.git
synced 2026-02-24 02:18:20 -07:00
Ne2000-compatibles: Fix IRQ's (this will break RSET8019 again, I'm trying to understand now to fix it).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user