replace AArt µPD1771C core with MAME

This commit is contained in:
tildearrow 2025-01-29 01:58:31 -05:00
parent 00ad4e4a46
commit 97402e6d41
20 changed files with 1126 additions and 380 deletions

View file

@ -286,7 +286,8 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
return "Watara Supervision";
break;
case DIV_SYSTEM_UPD1771C:
return "μPD1771C";
case DIV_SYSTEM_UPD1771C_TONE:
return "μPD1771C-017";
break;
default:
return FurnaceGUI::getSystemName(sys);