From 3ba87562ea2d94e53d71a0414a7af057124670fe Mon Sep 17 00:00:00 2001 From: tildearrow Date: Sat, 26 Nov 2022 21:06:31 -0500 Subject: [PATCH] load .dmp Arcade inses as OPM --- src/engine/fileOpsIns.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engine/fileOpsIns.cpp b/src/engine/fileOpsIns.cpp index b83a6b48c..42723c0d4 100644 --- a/src/engine/fileOpsIns.cpp +++ b/src/engine/fileOpsIns.cpp @@ -147,7 +147,7 @@ void DivEngine::loadDMP(SafeReader& reader, std::vector& 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