more technical technical names

This commit is contained in:
freq-mod 2022-02-20 17:05:21 +01:00 committed by tildearrow
parent 47d7e68958
commit ce112d0eff
1 changed files with 2 additions and 2 deletions

View File

@ -491,7 +491,7 @@ const char* DivEngine::getSystemChips(DivSystem sys) {
case DIV_SYSTEM_SMS_OPLL:
return "TI SN76489 + Yamaha YM2413";
case DIV_SYSTEM_GB:
return "Game Boy";
return "Sharp LR35902";
case DIV_SYSTEM_PCE:
return "Hudson Soft HuC6280";
case DIV_SYSTEM_NES:
@ -512,7 +512,7 @@ const char* DivEngine::getSystemChips(DivSystem sys) {
case DIV_SYSTEM_AY8910:
return "AY-3-8910";
case DIV_SYSTEM_AMIGA:
return "Paula";
return "MOS 8364 Paula";
case DIV_SYSTEM_YM2151:
return "Yamaha YM2151 standalone";
case DIV_SYSTEM_YM2612: