Previous 199869 Revisions Next

r31787 Tuesday 26th August, 2014 at 17:06:10 UTC by hap
nw
[src/mame/drivers]m62.c system1.c

trunk/src/mame/drivers/system1.c
r31786r31787
49084908GAME( 1986, brain,      0,        sys1pio,  brain, system1_state,     bank44,   ROT0,   "Coreland / Sega", "Brain", GAME_SUPPORTS_SAVE )
49094909
49104910/* System 2 */
4911GAME( 1985, choplift,   0,        sys2rowm, choplift, system1_state,  choplift, ROT0,   "Sega",            "Choplifter (8751 315-5151)", GAME_SUPPORTS_SAVE )
4912GAME( 1985, chopliftu,  choplift, sys2row,  choplift, system1_state,  bank0c,   ROT0,   "Sega",            "Choplifter (unprotected)", GAME_SUPPORTS_SAVE )
4911GAME( 1985, choplift,   0,        sys2rowm, choplift, system1_state,  choplift, ROT0,   "Sega (licensed from Dan Gorlin)", "Choplifter (8751 315-5151)", GAME_SUPPORTS_SAVE )
4912GAME( 1985, chopliftu,  choplift, sys2row,  choplift, system1_state,  bank0c,   ROT0,   "Sega (licensed from Dan Gorlin)", "Choplifter (unprotected)", GAME_SUPPORTS_SAVE )
49134913GAME( 1985, chopliftbl, choplift, sys2row,  choplift, system1_state,  bank0c,   ROT0,   "bootleg",         "Choplifter (bootleg)", GAME_SUPPORTS_SAVE )
49144914GAME( 1985, shtngmst,   0,        sys2m,    shtngmst, system1_state,  shtngmst, ROT0,   "Sega",            "Shooting Master (8751 315-5159)", GAME_SUPPORTS_SAVE | GAME_NOT_WORKING )
49154915GAME( 1985, shtngmste,  shtngmst, sys2m,    shtngmst, system1_state,  shtngmst, ROT0,   "Sega / EVG",      "Shooting Master (EVG, 8751 315-5159a)", GAME_SUPPORTS_SAVE )
trunk/src/mame/drivers/m62.c
r31786r31787
21882188GAME( 1984, kungfub2, kungfum,  kungfum,  kungfum, driver_device,  0,        ROT0,   "bootleg", "Kung-Fu Master (bootleg set 2)", GAME_SUPPORTS_SAVE )
21892189GAME( 1984, battroad, 0,        battroad, battroad, m62_state, battroad, ROT90,  "Irem", "The Battle-Road", GAME_IMPERFECT_COLORS | GAME_SUPPORTS_SAVE )
21902190GAME( 1984, ldrun,    0,        ldrun,    ldrun, driver_device,    0,        ROT0,   "Irem (licensed from Broderbund)", "Lode Runner (set 1)", GAME_SUPPORTS_SAVE )
2191GAME( 1984, ldruna,   ldrun,    ldrun,    ldrun, driver_device,    0,        ROT0,   "Irem (licensed from Broderbund)", "Lode Runner (set 2)", GAME_SUPPORTS_SAVE )
2191GAME( 1984, ldruna,   ldrun,    ldrun,    ldrun, driver_device,    0,        ROT0,   "Irem (licensed from Broderbund, Digital Controls license)", "Lode Runner (set 2)", GAME_SUPPORTS_SAVE )
21922192GAME( 1984, ldrun2,   0,        ldrun2,   ldrun2, m62_state,   ldrun2,   ROT0,   "Irem (licensed from Broderbund)", "Lode Runner II - The Bungeling Strikes Back", GAME_SUPPORTS_SAVE ) /* Japanese version is called Bangeringu Teikoku No Gyakushuu */
21932193GAME( 1985, ldrun3,   0,        ldrun3,   ldrun3, driver_device,   0,        ROT0,   "Irem (licensed from Broderbund)", "Lode Runner III - The Golden Labyrinth", GAME_SUPPORTS_SAVE )
2194GAME( 1985, ldrun3j,  ldrun3,   ldrun3,   ldrun3, driver_device,   0,        ROT0,   "Irem (licensed from Broderbund)", "Lode Runner III - Majin No Fukkatsu", GAME_SUPPORTS_SAVE )
2195GAME( 1986, ldrun4,   0,        ldrun4,   ldrun4, m62_state,   ldrun4,   ROT0,   "Irem (licensed from Broderbund)", "Lode Runner IV - Teikoku Karano Dasshutsu", GAME_SUPPORTS_SAVE )
2194GAME( 1985, ldrun3j,  ldrun3,   ldrun3,   ldrun3, driver_device,   0,        ROT0,   "Irem (licensed from Broderbund)", "Lode Runner III - Majin No Fukkatsu (Japan)", GAME_SUPPORTS_SAVE )
2195GAME( 1986, ldrun4,   0,        ldrun4,   ldrun4, m62_state,   ldrun4,   ROT0,   "Irem (licensed from Broderbund)", "Lode Runner IV - Teikoku Karano Dasshutsu (Japan)", GAME_SUPPORTS_SAVE )
21962196GAME( 1985, lotlot,   0,        lotlot,   lotlot, driver_device,   0,        ROT0,   "Irem (licensed from Tokuma Shoten)", "Lot Lot", GAME_SUPPORTS_SAVE )
21972197GAME( 1986, kidniki,  0,        kidniki,  kidniki, m62_state,  kidniki,  ROT0,   "Irem", "Kid Niki - Radical Ninja (World)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )
21982198GAME( 1986, kidnikiu, kidniki,  kidniki,  kidniki, m62_state,  kidniki,  ROT0,   "Irem (Data East USA license)", "Kid Niki - Radical Ninja (US)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team