From f788ba416d85fff26bc4925dec780e745563acc8 Mon Sep 17 00:00:00 2001 From: boreddevnl Date: Sun, 19 Apr 2026 20:41:21 +0200 Subject: [PATCH] FIX: use dsound instead of coreaudio for run-windows in the Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2dec17..64adf71 100644 --- a/Makefile +++ b/Makefile @@ -209,7 +209,7 @@ clean: run-windows: $(ISO_IMAGE) qemu-system-x86_64 -m 4G -serial stdio -cdrom $< -boot d \ -smp 4 \ - -audiodev coreaudio,id=audio0 -machine pcspk-audiodev=audio0 \ + -audiodev dsound,id=audio0 -machine pcspk-audiodev=audio0 \ -vga std -global VGA.xres=1920 -global VGA.yres=1080 \ -drive file=disk.img,format=raw,file.locking=off run-mac: $(ISO_IMAGE)