mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Clean up Aleck64 inputs (nw)
This commit is contained in:
parent
856d6a6496
commit
5b0e6aae92
@ -367,8 +367,8 @@ static ADDRESS_MAP_START( rsp_map, AS_PROGRAM, 32, aleck64_state )
|
||||
ADDRESS_MAP_END
|
||||
|
||||
static INPUT_PORTS_START( aleck64 )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL ) // Tell base driver to expect two gamepads
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_BIT( 0x8000, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(1) // Button A
|
||||
@ -500,16 +500,10 @@ static INPUT_PORTS_START( 11beat )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( mtetrisc )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
|
||||
// The basic N64 controls are unused in this game
|
||||
PORT_START("P1")
|
||||
PORT_START("P1_ANALOG_X")
|
||||
PORT_START("P1_ANALOG_Y")
|
||||
PORT_START("P2")
|
||||
PORT_START("P2_ANALOG_X")
|
||||
PORT_START("P2_ANALOG_Y")
|
||||
PORT_START("INMJ")
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x00, IPT_SPECIAL )
|
||||
|
||||
PORT_START("IN0")
|
||||
PORT_BIT( 0xffff0000, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
@ -539,8 +533,8 @@ static INPUT_PORTS_START( mtetrisc )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( starsldr )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL ) // Tell base driver to expect two gamepads
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_BIT( 0x8000, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(1) // Button A
|
||||
@ -645,15 +639,8 @@ static INPUT_PORTS_START( starsldr )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( doncdoon )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_START("P1_ANALOG_X")
|
||||
PORT_START("P1_ANALOG_Y")
|
||||
PORT_START("P2")
|
||||
PORT_START("P2_ANALOG_X")
|
||||
PORT_START("P2_ANALOG_Y")
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x00, IPT_SPECIAL ) // Disable standard N64 controls
|
||||
|
||||
PORT_START("IN0")
|
||||
PORT_BIT(0xfcff8080, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
@ -696,16 +683,8 @@ static INPUT_PORTS_START( kurufev )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( twrshaft )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_START("P1_ANALOG_X")
|
||||
PORT_START("P1_ANALOG_Y")
|
||||
PORT_START("P2")
|
||||
PORT_START("P2_ANALOG_X")
|
||||
PORT_START("P2_ANALOG_Y")
|
||||
PORT_START("INMJ")
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x00, IPT_SPECIAL ) // Disable standard N64 controls
|
||||
|
||||
PORT_START("IN0")
|
||||
PORT_BIT(0xff7fffe0, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
@ -727,17 +706,10 @@ static INPUT_PORTS_START( twrshaft )
|
||||
INPUT_PORTS_END
|
||||
|
||||
static INPUT_PORTS_START( hipai )
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x05, IPT_SPECIAL )
|
||||
|
||||
PORT_START("P1")
|
||||
PORT_START("P1_ANALOG_X")
|
||||
PORT_START("P1_ANALOG_Y")
|
||||
PORT_START("P2")
|
||||
PORT_START("P2_ANALOG_X")
|
||||
PORT_START("P2_ANALOG_Y")
|
||||
PORT_START("input")
|
||||
PORT_BIT( 0xff, 0x00, IPT_SPECIAL ) // Disable standard N64 controls
|
||||
|
||||
PORT_START("INMJ")
|
||||
PORT_START("INMJ")
|
||||
PORT_BIT( 0xe1c1c0c1, IP_ACTIVE_LOW, IPT_UNUSED )
|
||||
PORT_BIT( 0x00000100, IP_ACTIVE_LOW, IPT_START1 )
|
||||
PORT_BIT( 0x00000200, IP_ACTIVE_LOW, IPT_MAHJONG_A )
|
||||
|
Loading…
Reference in New Issue
Block a user