From e0c1c7a07eed6008922d732aecb61ee7a349b62c Mon Sep 17 00:00:00 2001 From: Nicola Salmoria Date: Mon, 7 Apr 2008 07:35:56 +0000 Subject: [PATCH] fixed 3wonders missing sprites in last update --- src/mame/video/cps1.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c index 54150856750..4799e8c20fb 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -504,8 +504,8 @@ static const struct gfx_range mapper_RT24B[] = { 0x7000, 0x7fff, GFXTYPE_SCROLL3, 0 }, { 0x0000, 0x27ff, GFXTYPE_SCROLL3, 1 }, // 8000-a7ff physical - { 0x2800, 0x77ff, GFXTYPE_SCROLL2, 1 }, // a800-f7ff physical - { 0x7800, 0x7fff, GFXTYPE_SPRITES | GFXTYPE_SCROLL2, 1 }, // f800-ffff physical + { 0x2800, 0x53ff, GFXTYPE_SCROLL2, 1 }, // a800-d3ff physical + { 0x5400, 0x7fff, GFXTYPE_SPRITES | GFXTYPE_SCROLL2, 1 }, // d400-ffff physical { -1 } };