Previous 199869 Revisions Next

r30750 Saturday 31st May, 2014 at 18:37:11 UTC by David Haywood
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

trunk/src/mame/video/cps1.c
r30749r30750
13651365{
13661366   /* type             start    end      bank */
13671367   { GFXTYPE_SPRITES , 0x00000, 0x07fff, 0 },
1368   { GFXTYPE_SCROLL2 , 0x00000, 0x07fff, 0 },
1368   { GFXTYPE_SCROLL2 , 0x04000, 0x07fff, 2 },
13691369   { GFXTYPE_SCROLL1,  0x01000, 0x01fff, 2 },
1370   { GFXTYPE_SCROLL3 , 0x01000, 0x01fff, 2 },
1370   { GFXTYPE_SCROLL3 , 0x02000, 0x03fff, 2 },
13711371   { 0 }
13721372};
13731373

Previous 199869 Revisions Next


© 1997-2024 The MAME Team