PIC reads now return IRR by default, fixes #1101.

This commit is contained in:
OBattler
2021-03-29 23:46:22 +02:00
parent 0e206a977e
commit ff5a779122
2 changed files with 79 additions and 48 deletions

View File

@@ -25,6 +25,7 @@ typedef struct pic {
ocw3, int_pending, is_master, elcr,
state, ack_bytes, priority, special_mask_mode,
auto_eoi_rotate, interrupt, lines, data_bus;
uint32_t at;
struct pic *slaves[8];
} pic_t;