Merge pull request #1047 from tildearrow/k053260

Add K053260 support
This commit is contained in:
tildearrow 2023-07-17 15:10:07 -05:00 committed by GitHub
commit ec9a3180b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
21 changed files with 916 additions and 102 deletions

View file

@ -1378,7 +1378,8 @@ void FurnaceGUI::doAction(int what) {
i==DIV_INS_SNES ||
i==DIV_INS_ES5506 ||
i==DIV_INS_K007232 ||
i==DIV_INS_GA20) {
i==DIV_INS_GA20 ||
i==DIV_INS_K053260) {
makeInsTypeList.push_back(i);
}
}