correct names for Genesis and SMS

This commit is contained in:
tildearrow 2022-01-25 22:29:00 -05:00
parent 8bcab6e139
commit b2d2da1f1c
1 changed files with 2 additions and 2 deletions

View File

@ -241,9 +241,9 @@ const char* DivEngine::getSystemNameJ(DivSystem sys) {
case DIV_SYSTEM_YMU759: case DIV_SYSTEM_YMU759:
return ""; return "";
case DIV_SYSTEM_GENESIS: case DIV_SYSTEM_GENESIS:
return "メガドライブ"; return "セガメガドライブ";
case DIV_SYSTEM_SMS: case DIV_SYSTEM_SMS:
return "マスターシステム"; return "セガマスターシステム";
case DIV_SYSTEM_GB: case DIV_SYSTEM_GB:
return "ゲームボーイ"; return "ゲームボーイ";
case DIV_SYSTEM_PCE: case DIV_SYSTEM_PCE: