This commit is contained in:
tildearrow 2021-12-15 17:33:57 -05:00
parent c54df74df1
commit e13631b69b
1 changed files with 1 additions and 1 deletions

View File

@ -160,7 +160,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
case DIV_SYSTEM_YM2610:
return "Neo Geo";
case DIV_SYSTEM_YM2610_EXT:
return "Neo Geo Extended Channel 3";
return "Neo Geo Extended Channel 2";
}
return "Unknown";
}