fixed a minor bank usage init inconsistency

git-svn-id: svn://svn.code.sf.net/p/stella/code/trunk@2903 8b62c5a3-ac7e-4cc8-8f21-d9a121418aba
This commit is contained in:
adavie 2014-06-03 21:21:11 +00:00
parent abdd770e38
commit 053ce36518
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ void CartridgeDASH::install(System& system) {
// Initialise bank values for the 4x 1K bank areas
// This is used to reverse-lookup from address to bank location
for (uInt32 b = 0; b < 3; b++)
for (uInt32 b = 0; b < 4; b++)
bankInUse[b] = BANK_UNDEFINED; // bank is undefined and inaccessible!
// Install pages for the startup bank into the first segment