From 6d2ea183c221c480ed5f35a3cbe9d895513217ac Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 29 May 2024 23:18:43 +0200 Subject: [PATCH] PAS Plus: Fix ID. --- src/sound/snd_pas16.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sound/snd_pas16.c b/src/sound/snd_pas16.c index 243332257..d88a498d5 100644 --- a/src/sound/snd_pas16.c +++ b/src/sound/snd_pas16.c @@ -823,7 +823,7 @@ pas16_in(uint16_t port, void *priv) - 2 = FM (1 = stereo, 0 = mono); - 3 = Code (1 = 16-bit, 0 = 8-bit). */ - ret = pas16->type ? pas16->type : 0x06; + ret = pas16->type ? pas16->type : 0x07; break; case 0xf000: