Previous 199869 Revisions Next

r36424 Sunday 15th March, 2015 at 02:02:44 UTC by hap
(MESS)New working game added
-----------------
Epoch Astro Command (aka Grandstand Scramble) [hap, Kevin Horton]
[src/mess/drivers]hh_ucom4.c

trunk/src/mess/drivers/hh_ucom4.c
r244935r244936
534534   PORT_START("IN.0") // port A
535535   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_SELECT )
536536   PORT_BIT( 0x02, IP_ACTIVE_HIGH, IPT_START )
537   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_BUTTON1 )
538   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON2 )
537   PORT_BIT( 0x04, IP_ACTIVE_HIGH, IPT_BUTTON1 ) PORT_NAME("Missile")
538   PORT_BIT( 0x08, IP_ACTIVE_HIGH, IPT_BUTTON2 ) PORT_NAME("Bomb")
539539
540540   PORT_START("IN.1") // port B
541541   PORT_BIT( 0x01, IP_ACTIVE_HIGH, IPT_JOYSTICK_UP )
r244935r244936
10641064CONS( 1979, ssfball,   0,        0, ssfball,  ssfball,  driver_device, 0, "Bambino", "Superstar Football", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )
10651065CONS( 1980, splasfgt,  0,        0, splasfgt, splasfgt, driver_device, 0, "Bambino", "Space Laser Fight", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )
10661066
1067CONS( 1982, astrocmd,  0,        0, astrocmd, astrocmd, driver_device, 0, "Epoch", "Astro Command", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK | GAME_NOT_WORKING )
1067CONS( 1982, astrocmd,  0,        0, astrocmd, astrocmd, driver_device, 0, "Epoch", "Astro Command", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )
10681068CONS( 1982, edracula,  0,        0, edracula, edracula, driver_device, 0, "Epoch", "Dracula (Epoch)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )
10691069
10701070CONS( 1980, tmtennis,  0,        0, tmtennis, tmtennis, driver_device, 0, "Tomy", "Tennis (Tomy)", GAME_SUPPORTS_SAVE | GAME_REQUIRES_ARTWORK )


Previous 199869 Revisions Next


© 1997-2024 The MAME Team