improve video (nw)

This commit is contained in:
David Haywood 2014-06-07 03:08:45 +00:00
parent 0bb5f0c24d
commit fa70337319
2 changed files with 5 additions and 2 deletions

View File

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

View File

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