mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
dkong.c:
- finally (really) fixes pestplce0122red
This commit is contained in:
parent
1b708fad34
commit
744da0e482
@ -1463,7 +1463,7 @@ static const gfx_layout spritelayout =
|
|||||||
static const gfx_layout pestplce_spritelayout =
|
static const gfx_layout pestplce_spritelayout =
|
||||||
{
|
{
|
||||||
16,16, /* 16*16 sprites */
|
16,16, /* 16*16 sprites */
|
||||||
RGN_FRAC(1,2), /* 256 sprites */
|
RGN_FRAC(1,4), /* 256 sprites */
|
||||||
2, /* 2 bits per pixel */
|
2, /* 2 bits per pixel */
|
||||||
{ RGN_FRAC(1,2), RGN_FRAC(0,2) }, /* the two bitplanes are separated */
|
{ RGN_FRAC(1,2), RGN_FRAC(0,2) }, /* the two bitplanes are separated */
|
||||||
{ STEP8(0,1), STEP8(RGN_FRAC(1,4),1) }, /* the two halves of the sprite are separated */
|
{ STEP8(0,1), STEP8(RGN_FRAC(1,4),1) }, /* the two halves of the sprite are separated */
|
||||||
|
Loading…
Reference in New Issue
Block a user