mirror of
https://github.com/86Box/86Box.git
synced 2025-01-22 09:11:50 -05:00
commit
6f8971d1b9
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ pas16_in(uint16_t port, void *priv)
|
|||
ret = pas16->audiofilt;
|
||||
break;
|
||||
case 0x0803:
|
||||
ret = pas16->irq_ena | (pas16->type ? 0x20 : 0x00);
|
||||
ret = pas16->irq_ena | 0x20;
|
||||
pas16_log("IRQ Mask read=%02x.\n", ret);
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue