summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Couriersud <couriersud@users.noreply.github.com>2008-01-01 20:46:11 +0000
committer Couriersud <couriersud@users.noreply.github.com>2008-01-01 20:46:11 +0000
commit744da0e48242b16377f6ad08bd4b0c39e4a91526 (patch)
treea8229624451613a78608046b2f39cfc4625100c3 /src/mame
parent1b708fad34041eb3187914e06115e9ef358c4392 (diff)
dkong.c:
- finally (really) fixes pestplce0122red
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/dkong.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/dkong.c b/src/mame/drivers/dkong.c
index ab9b41cff91..ac991889f24 100644
--- a/src/mame/drivers/dkong.c
+++ b/src/mame/drivers/dkong.c
@@ -1463,7 +1463,7 @@ static const gfx_layout spritelayout =
static const gfx_layout pestplce_spritelayout =
{
16,16, /* 16*16 sprites */
- RGN_FRAC(1,2), /* 256 sprites */
+ RGN_FRAC(1,4), /* 256 sprites */
2, /* 2 bits per pixel */
{ 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 */