revert name of sound master

it was dual AY8930
This commit is contained in:
tildearrow 2022-02-04 20:33:29 -05:00
parent acdf4d6503
commit 15d310077d
1 changed files with 1 additions and 1 deletions

View File

@ -469,7 +469,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
case DIV_SYSTEM_POKEMINI:
return "Pokémon Mini";
case DIV_SYSTEM_AY8930:
return "Covox Sound Master";
return "Microchip AY8930";
case DIV_SYSTEM_SEGAPCM:
return "SegaPCM";
case DIV_SYSTEM_VBOY: