Fixed loading of small ROMs.

This commit is contained in:
n-a-c-h
2005-07-10 22:00:54 +00:00
parent addcb3fd1d
commit b8da7916e2

View File

@@ -645,6 +645,12 @@ void MirrorROM()
}
NumofBanks = curromspace >> 15;
//If ROM was too small before, but now decent size with mirroring, adjust location
if (infoloc < Lo)
{
infoloc = Lo;
}
}
void SetupSramSize()