mirror of
https://github.com/holub/mame
synced 2025-05-18 19:49:35 +03:00
39in1: Fix to work with newer ARM7 cores [Tim Schuerewegen]
This commit is contained in:
parent
6af9e8dd9f
commit
fc73eafe47
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user