mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-15 17:25:06 +00:00
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:
parent
5326cb67c5
commit
28f14e241e
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue