reviewed kani's changes to tnzs and twin16

This commit is contained in:
Michaël Banaan Ananas 2011-10-24 17:29:44 +00:00
parent 57c7d36990
commit 5e89857de4
2 changed files with 9 additions and 5 deletions

View File

@ -949,7 +949,9 @@ ADDRESS_MAP_END
static INPUT_PORTS_START( plumppop )
/* 0xb001 (CPU1) port 0 -> 0xef0e (shared RAM) */
PORT_START("DSWA")
PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SWA:1" ) /* code at 0x6e99 - is it ever called ? */
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SWA:1") /* code at 0x6e99 - is it ever called ? */
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
TAITO_DSWA_BITS_1_TO_3_LOC(SWA)
TAITO_COINAGE_JAPAN_OLD_LOC(SWA)
@ -1454,7 +1456,9 @@ INPUT_PORTS_END
static INPUT_PORTS_START( jpopnics )
/* 0xc600 (CPU1) -> 0xef0e (shared RAM) */
PORT_START("DSWA")
PORT_DIPUNUSED_DIPLOC( 0x01, IP_ACTIVE_LOW, "SWA:1" ) /* code at 0x6e99 - is it ever called ? */
PORT_DIPNAME( 0x01, 0x01, DEF_STR( Unknown ) ) PORT_DIPLOCATION("SWA:1") /* code at 0x6e99 - is it ever called ? */
PORT_DIPSETTING( 0x01, DEF_STR( Off ) )
PORT_DIPSETTING( 0x00, DEF_STR( On ) )
TAITO_DSWA_BITS_1_TO_3
PORT_DIPUNUSED_DIPLOC( 0x10, IP_ACTIVE_LOW, "SWA:5" ) /* see notes */
PORT_DIPUNUSED_DIPLOC( 0x20, IP_ACTIVE_LOW, "SWA:6" ) /* see notes */

View File

@ -304,7 +304,7 @@ static INPUT_PORTS_START( devilw )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Map") // map, advance through tests
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Map Button") // advance through tests
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SERVICE1 )
@ -356,7 +356,7 @@ static INPUT_PORTS_START( darkadv )
PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_COIN1 )
PORT_BIT( 0x02, IP_ACTIVE_LOW, IPT_COIN2 )
PORT_BIT( 0x04, IP_ACTIVE_LOW, IPT_COIN3 )
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_START1 ) PORT_NAME("Map") // map, advance through tests
PORT_BIT( 0x08, IP_ACTIVE_LOW, IPT_BUTTON4 ) PORT_NAME("Map Button") // advance through tests
PORT_BIT( 0x10, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_UNUSED )
PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_SERVICE1 )
@ -653,7 +653,7 @@ static INPUT_PORTS_START( cuebrickj )
PORT_DIPSETTING( 0x02, DEF_STR( Single ) )
PORT_DIPSETTING( 0x00, DEF_STR( Dual ) )
PORT_SERVICE_DIPLOC( 0x04, IP_ACTIVE_LOW, "SW3:3" )
PORT_DIPNAME( 0x08, 0x08, "Stop Time" ) PORT_DIPLOCATION("SW3:4") // old coding [ Title="Mode" Off="3" On="4" Default="3" ] What did it mean?
PORT_DIPNAME( 0x08, 0x08, "Stop Time" ) PORT_DIPLOCATION("SW3:4")
PORT_DIPSETTING( 0x08, "200" ) // Japan factory default = "200"
PORT_DIPSETTING( 0x00, "150" )
PORT_BIT( 0xf0, IP_ACTIVE_LOW, IPT_UNUSED )