change names of 15xx/CUS30 to C15 and C30

This commit is contained in:
tildearrow 2022-05-23 15:08:29 -05:00
parent ff1263aadf
commit 278979a2f2
2 changed files with 5 additions and 5 deletions

View file

@ -312,13 +312,13 @@ void FurnaceGUI::initSystemPresets() {
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Namco 15xx", {
"Namco C15 (8-channel mono)", {
DIV_SYSTEM_NAMCO_15XX, 64, 0, 0,
0
}
));
cat.systems.push_back(FurnaceGUISysDef(
"Namco CUS30", {
"Namco C30 (8-channel stereo)", {
DIV_SYSTEM_NAMCO_CUS30, 64, 0, 0,
0
}