From deab56c54514ca4679bb13e31d9e21e4b1d500d5 Mon Sep 17 00:00:00 2001 From: Nicola Salmoria Date: Sun, 13 Apr 2008 12:55:38 +0000 Subject: [PATCH] 01694: punisher, punishrj, punishru: missing graphic --- src/mame/video/cps1.c | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/src/mame/video/cps1.c b/src/mame/video/cps1.c index 9729757fc6f..eb7e501b1e7 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -840,13 +840,12 @@ static const struct gfx_range mapper_CD63B_table[] = #define mapper_PS63B { 0x8000, 0x8000, 0, 0 }, mapper_PS63B_table static const struct gfx_range mapper_PS63B_table[] = { - /* type start end bank */ - { GFXTYPE_SCROLL1, 0x0000, 0x0fff, 0 }, - { GFXTYPE_SPRITES, 0x1000, 0x7fff, 0 }, + /* type start end bank */ + { GFXTYPE_SCROLL1, 0x0000, 0x0fff, 0 }, + { GFXTYPE_SPRITES, 0x1000, 0x7fff, 0 }, - { GFXTYPE_SPRITES, 0x8000, 0xa7ff, 1 }, - { GFXTYPE_SCROLL2, 0xa800, 0xdbff, 1 }, - { GFXTYPE_SCROLL3, 0xdc00, 0xffff, 1 }, + { GFXTYPE_SPRITES | GFXTYPE_SCROLL2, 0x8000, 0xdbff, 1 }, + { GFXTYPE_SCROLL3, 0xdc00, 0xffff, 1 }, { 0 } };