mirror of
https://github.com/holub/mame
synced 2025-05-29 00:53:09 +03:00
improve video (nw)
This commit is contained in:
parent
0bb5f0c24d
commit
fa70337319
@ -686,8 +686,8 @@ static INPUT_PORTS_START( kenseim )
|
||||
|
||||
PORT_START("CAB-IN")
|
||||
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START2 )
|
||||
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_START2 )
|
||||
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_SERVICE1 )
|
||||
INPUT_PORTS_END
|
||||
|
||||
|
@ -1364,7 +1364,10 @@ pin 19 = B7; Combinatorial output
|
||||
static const struct gfx_range mapper_KNM10B_table[] =
|
||||
{
|
||||
/* type start end bank */
|
||||
|
||||
{ GFXTYPE_SPRITES , 0x00000, 0x07fff, 0 },
|
||||
{ GFXTYPE_SPRITES , 0x08000, 0x0ffff, 1 },
|
||||
{ GFXTYPE_SPRITES , 0x10000, 0x17fff, 2 },
|
||||
{ GFXTYPE_SCROLL2 , 0x04000, 0x07fff, 2 },
|
||||
{ GFXTYPE_SCROLL1, 0x01000, 0x01fff, 2 },
|
||||
{ GFXTYPE_SCROLL3 , 0x02000, 0x03fff, 2 },
|
||||
|
Loading…
Reference in New Issue
Block a user