mirror of
https://github.com/holub/mame
synced 2025-07-01 00:09:18 +03:00
02205: jackal, jackalj, topgunbl, topgunr: Enemy tank colors are wrong
This commit is contained in:
parent
30dcca1594
commit
3c7aa41306
@ -38,7 +38,7 @@ PALETTE_INIT( jackal )
|
|||||||
|
|
||||||
for (i = 0x200; i < 0x300; i++)
|
for (i = 0x200; i < 0x300; i++)
|
||||||
{
|
{
|
||||||
UINT16 ctabentry = (color_prom[i - 0x200] & 0x0f) | 0x10;
|
UINT16 ctabentry = (color_prom[i - 0x100] & 0x0f) | 0x10;
|
||||||
colortable_entry_set_value(machine->colortable, i, ctabentry);
|
colortable_entry_set_value(machine->colortable, i, ctabentry);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user