mirror of https://github.com/stella-emu/stella.git
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:
parent
ed766b5bb2
commit
e1e071c875
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue