mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-29 02:51:24 +00:00
revert AY systems back
This commit is contained in:
parent
8a4787fbe4
commit
6a78b620c3
1 changed files with 1 additions and 1 deletions
|
@ -416,7 +416,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
|
|||
return "Neo Geo Extended Channel 2";
|
||||
// Furnace-specific systems
|
||||
case DIV_SYSTEM_AY8910:
|
||||
return "Atari ST/MSX";
|
||||
return "AY-3-8910";
|
||||
case DIV_SYSTEM_AMIGA:
|
||||
return "Amiga";
|
||||
case DIV_SYSTEM_YM2151:
|
||||
|
|
Loading…
Reference in a new issue