Previous 199869 Revisions Next

r30872 Saturday 7th June, 2014 at 03:08:45 UTC by David Haywood
improve video (nw)
[src/mame/drivers]kenseim.c
[src/mame/video]cps1.c

trunk/src/mame/drivers/kenseim.c
r30871r30872
686686
687687   PORT_START("CAB-IN")
688688   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
689   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START1 )
690   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START2 )
689   PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 )
690   PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START1 )
691691   PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_SERVICE1 )
692692INPUT_PORTS_END
693693
trunk/src/mame/video/cps1.c
r30871r30872
13641364static const struct gfx_range mapper_KNM10B_table[] =
13651365{
13661366   /* type             start    end      bank */
1367
13671368   { GFXTYPE_SPRITES , 0x00000, 0x07fff, 0 },
1369   { GFXTYPE_SPRITES , 0x08000, 0x0ffff, 1 },
1370   { GFXTYPE_SPRITES , 0x10000, 0x17fff, 2 },
13681371   { GFXTYPE_SCROLL2 , 0x04000, 0x07fff, 2 },
13691372   { GFXTYPE_SCROLL1,  0x01000, 0x01fff, 2 },
13701373   { GFXTYPE_SCROLL3 , 0x02000, 0x03fff, 2 },

Previous 199869 Revisions Next


© 1997-2024 The MAME Team