Fixed printer IRQ handler, both printers now work with OS/2, fixes #374.

This commit is contained in:
OBattler
2019-09-23 05:39:43 +02:00
parent 62efb11c47
commit dbdf5c2501
6 changed files with 70 additions and 68 deletions

View File

@@ -37,7 +37,7 @@ typedef struct {
uint8_t enabled, irq,
dat, ctrl;
uint16_t addr, pad0;
int device;
int device, enable_irq;
lpt_device_t * dt;
void * priv;
} lpt_port_t;