GUI: add stereo 86PCM presets
not replacing the previous ones due to uncertainty and lack of reliable sources issue #1575
This commit is contained in:
parent
5164513fdf
commit
20ffd5147f
|
@ -767,6 +767,34 @@ void FurnaceGUI::initSystemPresets() {
|
|||
CH(DIV_SYSTEM_PCSPKR, 1.0f, 0, "clockSel=1")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC PC-98 (with PC-9801-86) stereo", { // -73 also has OPNA
|
||||
CH(DIV_SYSTEM_YM2608, 1.0f, 0, "clockSel=1"),
|
||||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, -1.0f, // 2x 16-bit Burr Brown DAC
|
||||
"rate=44100\n"
|
||||
"outDepth=15\n"
|
||||
),
|
||||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 1.0f,
|
||||
"rate=44100\n"
|
||||
"outDepth=15\n"
|
||||
),
|
||||
CH(DIV_SYSTEM_PCSPKR, 1.0f, 0, "clockSel=1")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC PC-98 (with PC-9801-86; extended channel 3) stereo", { // -73 also has OPNA
|
||||
CH(DIV_SYSTEM_YM2608_EXT, 1.0f, 0, "clockSel=1"),
|
||||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, -1.0f,
|
||||
"rate=44100\n"
|
||||
"outDepth=15\n"
|
||||
),
|
||||
CH(DIV_SYSTEM_PCM_DAC, 1.0f, 1.0f,
|
||||
"rate=44100\n"
|
||||
"outDepth=15\n"
|
||||
),
|
||||
CH(DIV_SYSTEM_PCSPKR, 1.0f, 0, "clockSel=1")
|
||||
}
|
||||
);
|
||||
ENTRY(
|
||||
"NEC PC-98 (with PC-9801-73)", {
|
||||
CH(DIV_SYSTEM_YM2608, 1.0f, 0, "clockSel=1"),
|
||||
|
|
Loading…
Reference in a new issue