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
1 changed files with 1 additions and 1 deletions

View File

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