Previous 199869 Revisions Next

r19585 Sunday 16th December, 2012 at 12:14:21 UTC by Robbbert
vortex : Fixed Player 2 controls [Robbbert]
[src/mame/drivers]8080bw.c

trunk/src/mame/drivers/8080bw.c
r19584r19585
23612361 * see below for decryption function (A0, A3, A9 invert)
23622362 * It uses its own I/O function since A9 is inverted (and A9 mirrors A1 for I/O)
23632363 *
2364 * Hold down fire button to activate thrust.
2365 *
23642366 *************************************/
23652367
23662368static ADDRESS_MAP_START( vortex_io_map, AS_IO, 8, _8080bw_state )
r19584r19585
23982400   PORT_DIPNAME( 0x08, 0x08, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW1:4")
23992401   PORT_DIPSETTING(    0x08, DEF_STR( Off ) )
24002402   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2401   PORT_DIPNAME( 0x10, 0x10, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW1:5")
2402   PORT_DIPSETTING(    0x10, DEF_STR( Off ) )
2403   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2404   PORT_DIPNAME( 0x20, 0x20, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW1:6")
2405   PORT_DIPSETTING(    0x20, DEF_STR( Off ) )
2406   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
2407   PORT_DIPNAME( 0x40, 0x40, DEF_STR( Unknown ) )      PORT_DIPLOCATION("SW1:7")
2408   PORT_DIPSETTING(    0x40, DEF_STR( Off ) )
2409   PORT_DIPSETTING(    0x00, DEF_STR( On ) )
24102403   PORT_DIPNAME( 0x80, 0x80, DEF_STR( Coinage ) )      PORT_DIPLOCATION("SW1:8")
24112404   PORT_DIPSETTING(    0x00, DEF_STR( 2C_1C ) )
24122405   PORT_DIPSETTING(    0x80, DEF_STR( 1C_1C ) )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team