From 792f371e5273eda706c247212b8c78bdb91281f4 Mon Sep 17 00:00:00 2001 From: David Haywood Date: Sat, 31 May 2014 18:37:11 +0000 Subject: [PATCH] how do we work out the cps1 video tables from the equations again? is there a tool or was it all done manually? (nw) --- 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 57fa5a6467b..ef65cbcec2a 100644 --- a/src/mame/video/cps1.c +++ b/src/mame/video/cps1.c @@ -1365,9 +1365,9 @@ static const struct gfx_range mapper_KNM10B_table[] = { /* type start end bank */ { GFXTYPE_SPRITES , 0x00000, 0x07fff, 0 }, - { GFXTYPE_SCROLL2 , 0x00000, 0x07fff, 0 }, + { GFXTYPE_SCROLL2 , 0x04000, 0x07fff, 2 }, { GFXTYPE_SCROLL1, 0x01000, 0x01fff, 2 }, - { GFXTYPE_SCROLL3 , 0x01000, 0x01fff, 2 }, + { GFXTYPE_SCROLL3 , 0x02000, 0x03fff, 2 }, { 0 } };