Add GBA MinMod driver support
This commit is contained in:
parent
0b1d2e24d7
commit
2b9dd1caff
17 changed files with 996 additions and 26 deletions
|
|
@ -1541,7 +1541,8 @@ void FurnaceGUI::doAction(int what) {
|
|||
i==DIV_INS_K053260 ||
|
||||
i==DIV_INS_C140 ||
|
||||
i==DIV_INS_C219 ||
|
||||
i==DIV_INS_GBA_DMA) {
|
||||
i==DIV_INS_GBA_DMA ||
|
||||
i==DIV_INS_GBA_MINMOD) {
|
||||
makeInsTypeList.push_back(i);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue