mirror of https://github.com/stella-emu/stella.git
Fixed error in state loading for CartCM.
git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2409 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
parent
b80a0ecdc9
commit
f6e8c25546
|
@ -246,7 +246,6 @@ bool CartridgeCM::load(Serializer& in)
|
|||
}
|
||||
|
||||
// Remember what bank we were in
|
||||
myRamState = (uInt8) in.getByte();
|
||||
bank(myCurrentBank);
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue