Merge pull request #4335 from 86Box/tc1995

PASPlus fix for PoP1
This commit is contained in:
Miran Grča 2024-04-06 02:52:24 +02:00 committed by GitHub
commit 6f8971d1b9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;