mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
(From robiza)
Fix for blktiger060gre
This commit is contained in:
parent
a3b57f5fd5
commit
f7ea81a055
1 changed files with 3 additions and 3 deletions
|
@ -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 a new issue