mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-16 17:45:10 +00:00
partially revert previous commit
w/r/t feedback
This commit is contained in:
parent
93dfe8f4ac
commit
8a4787fbe4
1 changed files with 2 additions and 2 deletions
|
@ -401,7 +401,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
|
||||||
case DIV_SYSTEM_PCE:
|
case DIV_SYSTEM_PCE:
|
||||||
return "PC Engine/TurboGrafx-16";
|
return "PC Engine/TurboGrafx-16";
|
||||||
case DIV_SYSTEM_NES:
|
case DIV_SYSTEM_NES:
|
||||||
return "NES/Famicom";
|
return "NES";
|
||||||
case DIV_SYSTEM_C64_6581:
|
case DIV_SYSTEM_C64_6581:
|
||||||
return "Commodore 64 with 6581";
|
return "Commodore 64 with 6581";
|
||||||
case DIV_SYSTEM_C64_8580:
|
case DIV_SYSTEM_C64_8580:
|
||||||
|
@ -438,7 +438,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
|
||||||
case DIV_SYSTEM_FDS:
|
case DIV_SYSTEM_FDS:
|
||||||
return "Famicom Disk System";
|
return "Famicom Disk System";
|
||||||
case DIV_SYSTEM_MMC5:
|
case DIV_SYSTEM_MMC5:
|
||||||
return "Nintendo MMC5";
|
return "MMC5";
|
||||||
case DIV_SYSTEM_N163:
|
case DIV_SYSTEM_N163:
|
||||||
return "Namco 163";
|
return "Namco 163";
|
||||||
case DIV_SYSTEM_OPN:
|
case DIV_SYSTEM_OPN:
|
||||||
|
|
Loading…
Reference in a new issue