diff --git a/stella/src/emucore/Cart.cxx b/stella/src/emucore/Cart.cxx index 6f5f80542..c005a7e2c 100644 --- a/stella/src/emucore/Cart.cxx +++ b/stella/src/emucore/Cart.cxx @@ -13,7 +13,7 @@ // See the file "license" for information on usage and redistribution of // this file, and for a DISCLAIMER OF ALL WARRANTIES. // -// $Id: Cart.cxx,v 1.16 2005-09-22 22:10:57 stephena Exp $ +// $Id: Cart.cxx,v 1.17 2005-10-13 02:05:36 stephena Exp $ //============================================================================ #include @@ -108,6 +108,7 @@ Cartridge* Cartridge::create(const uInt8* image, uInt32 size, // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Cartridge::Cartridge() { + unlockBank(); } // - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -