mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
Fixed MT#04962: plottinga: Crash during init before OK - From Haze
This commit is contained in:
parent
19c21d9172
commit
b9f36244a7
@ -2676,7 +2676,7 @@ static DRIVER_INIT( plottinga )
|
||||
tab[i] = v;
|
||||
}
|
||||
p = machine.root_device().memregion("maincpu")->base();
|
||||
for (i = 0; i < 0x20000; i++)
|
||||
for (i = 0; i < 0x10000; i++)
|
||||
{
|
||||
*p = tab[*p];
|
||||
p++;
|
||||
|
Loading…
Reference in New Issue
Block a user