mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 01:35:07 +00:00
revert name of sound master
it was dual AY8930
This commit is contained in:
parent
acdf4d6503
commit
15d310077d
1 changed files with 1 additions and 1 deletions
|
@ -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