Revert "fix pc-9801-86 preset"

This reverts commit 0fd9131088.
This commit is contained in:
tildearrow 2023-12-18 15:27:56 -05:00
parent 1fb3b95a78
commit 6fbf64c753

View file

@ -742,11 +742,11 @@ void FurnaceGUI::initSystemPresets() {
ENTRY( ENTRY(
"NEC PC-98 (with PC-9801-86)", { // -73 also has OPNA "NEC PC-98 (with PC-9801-86)", { // -73 also has OPNA
CH(DIV_SYSTEM_YM2608, 1.0f, 0, "clockSel=1"), 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" "rate=44100\n"
"outDepth=15\n" "outDepth=15\n"
), ),
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 1, CH(DIV_SYSTEM_PCM_DAC, 1.0f, 0,
"rate=44100\n" "rate=44100\n"
"outDepth=15\n" "outDepth=15\n"
), ),