Fixed loading of small ROMs.
This commit is contained in:
@@ -645,6 +645,12 @@ void MirrorROM()
|
|||||||
}
|
}
|
||||||
|
|
||||||
NumofBanks = curromspace >> 15;
|
NumofBanks = curromspace >> 15;
|
||||||
|
|
||||||
|
//If ROM was too small before, but now decent size with mirroring, adjust location
|
||||||
|
if (infoloc < Lo)
|
||||||
|
{
|
||||||
|
infoloc = Lo;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SetupSramSize()
|
void SetupSramSize()
|
||||||
|
|||||||
Reference in New Issue
Block a user