mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
coupé
This commit is contained in:
parent
584b8426ff
commit
764196c1ad
1 changed files with 2 additions and 1 deletions
|
@ -386,6 +386,7 @@ int DivEngine::getTotalChannelCount() {
|
||||||
return chans;
|
return chans;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: replace with a better strategy to determine name
|
||||||
const char* DivEngine::getSystemName(DivSystem sys) {
|
const char* DivEngine::getSystemName(DivSystem sys) {
|
||||||
switch (sys) {
|
switch (sys) {
|
||||||
case DIV_SYSTEM_NULL:
|
case DIV_SYSTEM_NULL:
|
||||||
|
@ -462,7 +463,7 @@ const char* DivEngine::getSystemName(DivSystem sys) {
|
||||||
case DIV_SYSTEM_SWAN:
|
case DIV_SYSTEM_SWAN:
|
||||||
return "WonderSwan";
|
return "WonderSwan";
|
||||||
case DIV_SYSTEM_SAA1099:
|
case DIV_SYSTEM_SAA1099:
|
||||||
return "SAM Coupe";
|
return "SAM Coupé";
|
||||||
case DIV_SYSTEM_OPZ:
|
case DIV_SYSTEM_OPZ:
|
||||||
return "Yamaha TX81Z/YS200";
|
return "Yamaha TX81Z/YS200";
|
||||||
case DIV_SYSTEM_POKEMINI:
|
case DIV_SYSTEM_POKEMINI:
|
||||||
|
|
Loading…
Reference in a new issue