mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
Fixed 04417: unclepoo: [debug] Crash before OK [Mariusz Wojcieszek]
This commit is contained in:
parent
cec21dcac0
commit
6ee196882f
@ -285,7 +285,7 @@ static PALETTE_INIT( unclepoo )
|
||||
int i,r,g,b,val;
|
||||
int bit0,bit1,bit2;
|
||||
|
||||
for (i = 0; i < 0x200; i++)
|
||||
for (i = 0; i < 0x100; i++)
|
||||
{
|
||||
val = (color_prom[i+0x100]) | (color_prom[i+0x000]<<4);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user