which arcade

This commit is contained in:
tildearrow 2022-01-30 13:26:51 -05:00
parent 9b213223cc
commit 5b2f776718
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
case DIV_SYSTEM_C64_8580:
return "Commodore 64 with 8580";
case DIV_SYSTEM_ARCADE:
return "Arcade";
return "YM2151 + SegaPCM Arcade";
case DIV_SYSTEM_GENESIS_EXT:
return "Sega Genesis Extended Channel 3";
case DIV_SYSTEM_YM2610: