Oops, forgot to remove some debugging info from CV+ scheme.

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@3255 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
stephena 2016-01-23 18:17:23 +00:00
parent ed766b5bb2
commit e1e071c875
1 changed files with 0 additions and 1 deletions

View File

@ -149,7 +149,6 @@ bool CartridgeCVPlus::bank(uInt16 bank)
// around to a valid bank number
myCurrentBank = bank % (mySize >> 11);
}
cerr << "bank: " << myCurrentBank << endl;
uInt32 offset = myCurrentBank << 11;