revert AY systems back

This commit is contained in:
freq-mod 2022-02-03 20:00:31 +01:00 committed by tildearrow
parent 8a4787fbe4
commit 6a78b620c3
1 changed files with 1 additions and 1 deletions

View File

@ -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: