mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
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:
parent
8dc738f6c0
commit
792f371e52
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user