revert name of sound master
it was dual AY8930
This commit is contained in:
parent
acdf4d6503
commit
15d310077d
|
|
@ -469,7 +469,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
|
||||||
case DIV_SYSTEM_POKEMINI:
|
case DIV_SYSTEM_POKEMINI:
|
||||||
return "Pokémon Mini";
|
return "Pokémon Mini";
|
||||||
case DIV_SYSTEM_AY8930:
|
case DIV_SYSTEM_AY8930:
|
||||||
return "Covox Sound Master";
|
return "Microchip AY8930";
|
||||||
case DIV_SYSTEM_SEGAPCM:
|
case DIV_SYSTEM_SEGAPCM:
|
||||||
return "SegaPCM";
|
return "SegaPCM";
|
||||||
case DIV_SYSTEM_VBOY:
|
case DIV_SYSTEM_VBOY:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue