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:
stephena 2012-03-12 01:43:53 +00:00
parent b80a0ecdc9
commit f6e8c25546
1 changed files with 0 additions and 1 deletions

View File

@ -246,7 +246,6 @@ bool CartridgeCM::load(Serializer& in)
}
// Remember what bank we were in
myRamState = (uInt8) in.getByte();
bank(myCurrentBank);
return true;