load .dmp Arcade inses as OPM

This commit is contained in:
tildearrow 2022-11-26 21:06:31 -05:00
parent 8af6acb55d
commit 3ba87562ea
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ void DivEngine::loadDMP(SafeReader& reader, std::vector<DivInstrument*>& ret, St
logD("instrument type is C64");
break;
case 8: // Arcade
ins->type=DIV_INS_FM;
ins->type=DIV_INS_OPM;
logD("instrument type is Arcade");
break;
case 9: // Neo Geo