Fixed LPT ECP operation and UM8669F IRQ and DMA assigning, fixes Windows 95 printing.

This commit is contained in:
OBattler
2025-08-28 14:42:57 +02:00
parent 3d6ec72f77
commit a680f20c33
10 changed files with 8 additions and 70 deletions

View File

@@ -25,7 +25,6 @@ typedef struct lpt_device_s {
void (*close)(void *priv);
void (*write_data)(uint8_t val, void *priv);
void (*write_ctrl)(uint8_t val, void *priv);
void (*autofeed)(uint8_t val,void *priv);
void (*strobe)(uint8_t old, uint8_t val,void *priv);
uint8_t (*read_status)(void *priv);
uint8_t (*read_ctrl)(void *priv);