Previous 199869 Revisions Next

r32102 Saturday 13th September, 2014 at 12:09:01 UTC by Robbbert
moved atarianb (hacked for emulators) set to hbmame.
[src/mame]mame.lst
[src/mame/drivers]atari_s1.c

trunk/src/mame/drivers/atari_s1.c
r32101r32102
468468   ROM_LOAD("82s130.bin", 0x0000, 0x0200, CRC(da1f77b4) SHA1(b21fdc1c6f196c320ec5404013d672c35f95890b))
469469ROM_END
470470
471#if 0
472*-------------------------------------------------------------------
473   The Atarians (working bootleg)
474Game modified to work in emulation from original set (atarians)
475-------------------------------------------------------------------*/
476ROM_START(atarianb)
477   ROM_REGION(0x10000, "maincpu", 0)
478   ROM_LOAD("atarianb.e00", 0x7000, 0x0800, CRC(74fc86e4) SHA1(135d75e5c03feae0929fa84caa3c802353cdd94e))
479   ROM_LOAD("atarian.e0", 0x7800, 0x0800, CRC(45cb0427) SHA1(e286930ca36bdd0f79acefd142d2a5431fa8005b))
480
481   ROM_REGION(0x0200, "proms", 0)
482   ROM_LOAD("82s130.bin", 0x0000, 0x0200, CRC(da1f77b4) SHA1(b21fdc1c6f196c320ec5404013d672c35f95890b))
483ROM_END
484#endif
485
486
487471/*-------------------------------------------------------------------
488472/ Time 2000 (06/1977)
489473/-------------------------------------------------------------------*/
r32101r32102
534518
535519
536520GAME( 1976, atarians, 0,         atarians, atari_s1, driver_device, 0, ROT0, "Atari", "The Atarians", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
537//GAME( 2002, atarianb, atarians,   atari_s1, atari_s1, driver_device, 0, ROT0, "Atari / Gaston", "The Atarians (working bootleg)", GAME_IS_SKELETON_MECHANICAL)
538521GAME( 1977, time2000, 0,         atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Time 2000", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
539522GAME( 1977, aavenger, 0,         atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Airborne Avenger", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
540523GAME( 1978, midearth, 0,         midearth, atari_s1, driver_device, 0, ROT0, "Atari", "Middle Earth", GAME_IS_SKELETON_MECHANICAL)
trunk/src/mame/mame.lst
r32101r32102
2992629926   Atari Generation/System 1
2992729927*/
2992829928atarians
29929//atarianb
2993029929time2000
2993129930aavenger
2993229931midearth

Previous 199869 Revisions Next


© 1997-2024 The MAME Team