Previous 199869 Revisions Next

r36478 Thursday 19th March, 2015 at 23:03:06 UTC by hap
fix egalaxn2 shoot button
[src/mess/drivers]hh_hmcs40.c

trunk/src/mess/drivers/hh_hmcs40.c
r244989r244990
610610
611611static INPUT_PORTS_START( egalaxn2 )
612612   PORT_START("IN.0") // D1 port R0x
613   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON1 )
613   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNUSED )
614614   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_JOYSTICK_LEFT  ) PORT_16WAY // separate directional buttons, hence 16way
615615   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED )
616616   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_16WAY // "
r244989r244990
622622   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_JOYSTICK_RIGHT ) PORT_PLAYER(2) PORT_16WAY // "
623623
624624   PORT_START("IN.2") // D3 port R0x
625   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_UNUSED )
625   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_BUTTON1 )
626626   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_PLAYER(2)
627627   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_UNUSED )
628628   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_UNUSED )
r244989r244990
962962
963963CONS( 1981, egalaxn2,  0,        0, egalaxn2, egalaxn2, driver_device, 0, "Entex", "Galaxian 2 (Entex)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )
964964CONS( 1981, epacman2,  0,        0, epacman2, epacman2, driver_device, 0, "Entex", "Pac Man 2 (Entex)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )
965
965966CONS( 1983, pbqbert,   0,        0, pbqbert,  pbqbert,  driver_device, 0, "Parker Brothers", "Q*Bert (Parker Brothers)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )
966967
967968CONS( 1982, kingman,   0,        0, kingman,  kingman,  driver_device, 0, "Tomy", "Kingman", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team