mirror of
https://github.com/holub/mame
synced 2025-04-19 15:11:37 +03:00
(From robiza)
Fix for blktiger060gre
This commit is contained in:
parent
a3b57f5fd5
commit
f7ea81a055
@ -35,10 +35,10 @@ static TILE_GET_INFO( get_bg_tile_info )
|
||||
{
|
||||
/* the tile priority table is a guess compiled by looking at the game. It
|
||||
was not derived from a PROM so it could be wrong. */
|
||||
static const int split_table[16] =
|
||||
static const UINT8 split_table[16] =
|
||||
{
|
||||
3,0,2,2, /* the fourth could be 1 instead of 2 */
|
||||
0,1,0,0,
|
||||
3,3,0,0,
|
||||
0,0,0,0,
|
||||
0,0,0,0,
|
||||
0,0,0,0
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user