39in1: Fix to work with newer ARM7 cores [Tim Schuerewegen]

This commit is contained in:
R. Belmont 2011-01-01 20:24:23 +00:00
parent 6af9e8dd9f
commit fc73eafe47

View File

@ -1433,7 +1433,7 @@ static WRITE32_HANDLER( cpld_w )
if (cpu_get_pc(space->cpu) == 0x2874)
{
state->state = 2;
state->magic = space->read_byte(0x2d4ff0);
state->magic = space->read_byte(0xa02d4ff0);
}
else if (offset == 0xa)
{