mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
namcoic.c: Fixed incorrect road colours in tceptor2, finallap and others [Phil Bennett]
This commit is contained in:
parent
838591d832
commit
1df2d1546b
@ -1527,7 +1527,7 @@ static const gfx_layout RoadTileLayout =
|
||||
ROAD_TILE_SIZE, ROAD_TILE_SIZE,
|
||||
ROAD_TILE_COUNT_MAX,
|
||||
2,
|
||||
{ NATIVE_ENDIAN_VALUE_LE_BE(0,8), NATIVE_ENDIAN_VALUE_LE_BE(8,0) },
|
||||
{ NATIVE_ENDIAN_VALUE_LE_BE(8,0), NATIVE_ENDIAN_VALUE_LE_BE(0,8) },
|
||||
{/* x offset */
|
||||
0x00,0x01,0x02,0x03,0x04,0x05,0x06,0x07,
|
||||
0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17
|
||||
|
Loading…
Reference in New Issue
Block a user