This commit is contained in:
tildearrow 2022-02-03 18:39:54 -05:00
parent 584b8426ff
commit 764196c1ad
1 changed files with 2 additions and 1 deletions

View File

@ -386,6 +386,7 @@ int DivEngine::getTotalChannelCount() {
return chans;
}
// TODO: replace with a better strategy to determine name
const char* DivEngine::getSystemName(DivSystem sys) {
switch (sys) {
case DIV_SYSTEM_NULL:
@ -462,7 +463,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
case DIV_SYSTEM_SWAN:
return "WonderSwan";
case DIV_SYSTEM_SAA1099:
return "SAM Coupe";
return "SAM Coupé";
case DIV_SYSTEM_OPZ:
return "Yamaha TX81Z/YS200";
case DIV_SYSTEM_POKEMINI: