Change misleading name

PC-9801-86 is Ym2608 without ADPCM + stereo DAC, allowing up to 8ch PCM. That isn't what is done here. Idle Japan's speak board (or PC-9801-73?) is a pure YM2608 with ADPCM intact.
This commit is contained in:
freq-mod 2022-02-03 13:37:33 +01:00 committed by tildearrow
parent 5326cb67c5
commit 28f14e241e

View file

@ -444,7 +444,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
case DIV_SYSTEM_OPN: case DIV_SYSTEM_OPN:
return "NEC PC-9801-26K"; return "NEC PC-9801-26K";
case DIV_SYSTEM_PC98: case DIV_SYSTEM_PC98:
return "NEC PC-9801-86"; return "Idle Japan Speak Board";
case DIV_SYSTEM_OPL: case DIV_SYSTEM_OPL:
return "Yamaha OPL"; return "Yamaha OPL";
case DIV_SYSTEM_OPL2: case DIV_SYSTEM_OPL2: