all repos — mgba @ c76f173880830d573c55c4b719aa1eef8e5993ba

mGBA Game Boy Advance Emulator

Qt: Add missing MBCs
Vicki Pfau vi@endrift.com
Tue, 01 Oct 2019 18:52:38 -0700
commit

c76f173880830d573c55c4b719aa1eef8e5993ba

parent

ca37c1ecbf7f6b11a4bc48a8e55154ca3c2ac785

2 files changed, 18 insertions(+), 0 deletions(-)

jump to
M src/platform/qt/OverrideView.cppsrc/platform/qt/OverrideView.cpp

@@ -42,9 +42,12 @@ s_mbcList.append(GB_MBC3);

s_mbcList.append(GB_MBC3_RTC); s_mbcList.append(GB_MBC5); s_mbcList.append(GB_MBC5_RUMBLE); + s_mbcList.append(GB_MBC6); s_mbcList.append(GB_MBC7); + s_mbcList.append(GB_MMM01); s_mbcList.append(GB_POCKETCAM); s_mbcList.append(GB_TAMA5); + s_mbcList.append(GB_HuC1); s_mbcList.append(GB_HuC3); } if (s_gbModelList.isEmpty()) {
M src/platform/qt/OverrideView.uisrc/platform/qt/OverrideView.ui

@@ -321,17 +321,32 @@ </property>

</item> <item> <property name="text"> + <string>MBC6</string> + </property> + </item> + <item> + <property name="text"> <string>MBC7</string> </property> </item> <item> <property name="text"> + <string>MMM01</string> + </property> + </item> + <item> + <property name="text"> <string>Pocket Cam</string> </property> </item> <item> <property name="text"> <string>TAMA5</string> + </property> + </item> + <item> + <property name="text"> + <string>HuC-1</string> </property> </item> <item>