change names of 15xx/CUS30 to C15 and C30
This commit is contained in:
parent
ff1263aadf
commit
278979a2f2
2 changed files with 5 additions and 5 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue