how do we work out the cps1 video tables from the equations again? is there a tool or was it all done manually? (nw)

This commit is contained in:
David Haywood 2014-05-31 18:37:11 +00:00
parent 8dc738f6c0
commit 792f371e52

View File

@ -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 }
};