We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 150e366 commit 71967caCopy full SHA for 71967ca
1 file changed
src/MultiMBC1MemoryRule.cpp
@@ -178,7 +178,10 @@ u8* MultiMBC1MemoryRule::GetCurrentRomBank1()
178
179
int MultiMBC1MemoryRule::GetCurrentRomBank1Index()
180
{
181
- return m_iMBC1Bank_1;
+ if (m_iMulticartMode == 0)
182
+ return m_iMBC1Bank_1;
183
+ else
184
+ return m_iMBC1MBank_1;
185
}
186
187
void MultiMBC1MemoryRule::SaveState(std::ostream& stream)
0 commit comments