1.1 .DMF saving
as of now you're given a choice between 1.1 and 1.0 module
This commit is contained in:
parent
2326c4250e
commit
fa363384aa
6 changed files with 96 additions and 29 deletions
|
|
@ -650,6 +650,7 @@ const char* DivEngine::getSystemNameJ(DivSystem sys) {
|
|||
bool DivEngine::isFMSystem(DivSystem sys) {
|
||||
return (sys==DIV_SYSTEM_GENESIS ||
|
||||
sys==DIV_SYSTEM_GENESIS_EXT ||
|
||||
sys==DIV_SYSTEM_SMS_OPLL ||
|
||||
sys==DIV_SYSTEM_ARCADE ||
|
||||
sys==DIV_SYSTEM_YM2610 ||
|
||||
sys==DIV_SYSTEM_YM2610_EXT ||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue