From 6fbf64c753b30299319bde3fcd336994599b58a4 Mon Sep 17 00:00:00 2001 From: tildearrow Date: Mon, 18 Dec 2023 15:27:56 -0500 Subject: [PATCH] Revert "fix pc-9801-86 preset" This reverts commit 0fd9131088be6beb33ef0aa2ab229920c70030d4. --- src/gui/presets.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/presets.cpp b/src/gui/presets.cpp index bb9432cf7..e64452721 100644 --- a/src/gui/presets.cpp +++ b/src/gui/presets.cpp @@ -742,11 +742,11 @@ void FurnaceGUI::initSystemPresets() { ENTRY( "NEC PC-98 (with PC-9801-86)", { // -73 also has OPNA CH(DIV_SYSTEM_YM2608, 1.0f, 0, "clockSel=1"), - CH(DIV_SYSTEM_PCM_DAC, 1.0f, -1, // 2x 16-bit Burr Brown DAC + CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, // 2x 16-bit Burr Brown DAC "rate=44100\n" "outDepth=15\n" ), - CH(DIV_SYSTEM_PCM_DAC, 1.0f, 1, + CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0, "rate=44100\n" "outDepth=15\n" ),