more part numbers

This commit is contained in:
Eknous-P 2023-07-22 18:58:24 +04:00
parent 4ef6acfab7
commit d0404c9e10
1 changed files with 5 additions and 7 deletions

View File

@ -77,9 +77,7 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
} }
break; break;
} }
case DIV_SYSTEM_AMIGA: //Amiga -> Paula?
return "Amiga";
break;
case DIV_SYSTEM_YM2151: case DIV_SYSTEM_YM2151:
return "YM2151"; return "YM2151";
break; break;
@ -164,10 +162,10 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
break; break;
case DIV_SYSTEM_OPL4: case DIV_SYSTEM_OPL4:
case DIV_SYSTEM_OPL4_DRUMS: case DIV_SYSTEM_OPL4_DRUMS:
return "OPL4"; return "YMF278";
break; break;
case DIV_SYSTEM_MULTIPCM: case DIV_SYSTEM_MULTIPCM:
return "MultiPCM"; return "YMW258-F";
break; break;
case DIV_SYSTEM_RF5C68:{ case DIV_SYSTEM_RF5C68:{
int chipType=flags.getInt("chipType",0); int chipType=flags.getInt("chipType",0);
@ -182,8 +180,8 @@ const char* FurnaceGUI::getSystemPartNumber(DivSystem sys, DivConfig& flags) {
return "YM2414"; return "YM2414";
break; break;
case DIV_SYSTEM_SEGAPCM: case DIV_SYSTEM_SEGAPCM:
case DIV_SYSTEM_SEGAPCM_COMPAT: case DIV_SYSTEM_SEGAPCM_COMPAT:// the closest thing to a part number i found is "315-5218",
return "SegaPCM"; return "SegaPCM";// which is a sega part number. not sure if i shold change it.
break; break;
case DIV_SYSTEM_VRC7: case DIV_SYSTEM_VRC7:
return "VRC7"; return "VRC7";