meta: Use -device AC97 instead of -soundhw option; no more pcspkr

This commit is contained in:
K. Lange 2023-05-10 09:44:38 +09:00
parent e88dca719f
commit c30b1614d7

View File

@ -25,7 +25,7 @@ EMU_ARGS += -smp $(SMP)
EMU_ARGS += ${EMU_KVM}
EMU_ARGS += -no-reboot
EMU_ARGS += -serial mon:stdio
EMU_ARGS += -soundhw pcspk,ac97
EMU_ARGS += -device AC97
# UTC is the default setting.
#EMU_ARGS += -rtc base=utc