No longer read invalid memory in the hack section if a ROM is too small.
This commit is contained in:
@@ -1165,6 +1165,10 @@ void headerhack()
|
|||||||
ClearScreenSkip = 0;
|
ClearScreenSkip = 0;
|
||||||
ENVDisable = 0;
|
ENVDisable = 0;
|
||||||
|
|
||||||
|
if (curromspace < Lo)
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
//These next fiew look like RAM init hacks, should be looked into
|
//These next fiew look like RAM init hacks, should be looked into
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user