Previous 199869 Revisions Next

r32005 Monday 8th September, 2014 at 19:55:49 UTC by Tafoid
Some dips/inputs for numcrash (nw)
[src/mame/drivers]pacman.c

trunk/src/mame/drivers/pacman.c
r32004r32005
28922892   PORT_BIT( 0xff, IP_ACTIVE_HIGH, IPT_UNUSED )
28932893INPUT_PORTS_END
28942894
2895static INPUT_PORTS_START( numcrash )
2896   PORT_INCLUDE( woodpek )
2897
2898   PORT_MODIFY("IN0")
2899   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_BUTTON2 )
2900   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_BUTTON3 )
2901
2902   PORT_MODIFY("IN1")
2903   PORT_BIT( 0x20, IP_ACTIVE_LOW, IPT_COIN1 )
2904   PORT_BIT( 0x40, IP_ACTIVE_LOW, IPT_START1 )
2905
2906   PORT_MODIFY("DSW1")
2907   PORT_DIPNAME( 0x03, 0x00, DEF_STR( Coinage ) )
2908   PORT_DIPSETTING(    0x03, DEF_STR( 4C_1C ) )
2909   PORT_DIPSETTING(    0x02, DEF_STR( 3C_1C ) )
2910   PORT_DIPSETTING(    0x01, DEF_STR( 2C_1C ) )
2911   PORT_DIPSETTING(    0x00, DEF_STR( 1C_1C ) )
2912
2913INPUT_PORTS_END
2914
28952915static INPUT_PORTS_START( bigbucks )
28962916   PORT_START("IN0")
28972917   PORT_BIT( 0x01, IP_ACTIVE_LOW, IPT_JOYSTICK_UP   ) PORT_4WAY
r32004r32005
65416561
65426562GAME( 1986, bigbucks, 0,        bigbucks, bigbucks, driver_device, 0,        ROT90,  "Dynasoft Inc.", "Big Bucks", GAME_SUPPORTS_SAVE )
65436563
6544GAME( 1983, numcrash, 0,        woodpek,  woodpek, driver_device, 0,        ROT90,  "Hanshin Goraku", "Number Crash", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
6564GAME( 1983, numcrash, 0,        woodpek,  numcrash, driver_device, 0,        ROT90,  "Hanshin Goraku", "Number Crash", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
65456565
65466566GAME( 198?, cannonbp, 0,        pacman,   cannonbp, pacman_state,  cannonbp, ROT90,  "Novomatic", "Cannon Ball (Pac-Man Hardware)", GAME_WRONG_COLORS | GAME_SUPPORTS_SAVE )
65476567

Previous 199869 Revisions Next


© 1997-2024 The MAME Team