mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
moved atarianb (hacked for emulators) set to hbmame.
This commit is contained in:
parent
6544406045
commit
f6af3e4f22
@ -468,22 +468,6 @@ ROM_START(atarians)
|
||||
ROM_LOAD("82s130.bin", 0x0000, 0x0200, CRC(da1f77b4) SHA1(b21fdc1c6f196c320ec5404013d672c35f95890b))
|
||||
ROM_END
|
||||
|
||||
#if 0
|
||||
*-------------------------------------------------------------------
|
||||
The Atarians (working bootleg)
|
||||
Game modified to work in emulation from original set (atarians)
|
||||
-------------------------------------------------------------------*/
|
||||
ROM_START(atarianb)
|
||||
ROM_REGION(0x10000, "maincpu", 0)
|
||||
ROM_LOAD("atarianb.e00", 0x7000, 0x0800, CRC(74fc86e4) SHA1(135d75e5c03feae0929fa84caa3c802353cdd94e))
|
||||
ROM_LOAD("atarian.e0", 0x7800, 0x0800, CRC(45cb0427) SHA1(e286930ca36bdd0f79acefd142d2a5431fa8005b))
|
||||
|
||||
ROM_REGION(0x0200, "proms", 0)
|
||||
ROM_LOAD("82s130.bin", 0x0000, 0x0200, CRC(da1f77b4) SHA1(b21fdc1c6f196c320ec5404013d672c35f95890b))
|
||||
ROM_END
|
||||
#endif
|
||||
|
||||
|
||||
/*-------------------------------------------------------------------
|
||||
/ Time 2000 (06/1977)
|
||||
/-------------------------------------------------------------------*/
|
||||
@ -534,7 +518,6 @@ ROM_END
|
||||
|
||||
|
||||
GAME( 1976, atarians, 0, atarians, atari_s1, driver_device, 0, ROT0, "Atari", "The Atarians", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
|
||||
//GAME( 2002, atarianb, atarians, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari / Gaston", "The Atarians (working bootleg)", GAME_IS_SKELETON_MECHANICAL)
|
||||
GAME( 1977, time2000, 0, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Time 2000", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
|
||||
GAME( 1977, aavenger, 0, atari_s1, atari_s1, driver_device, 0, ROT0, "Atari", "Airborne Avenger", GAME_MECHANICAL | GAME_IMPERFECT_SOUND)
|
||||
GAME( 1978, midearth, 0, midearth, atari_s1, driver_device, 0, ROT0, "Atari", "Middle Earth", GAME_IS_SKELETON_MECHANICAL)
|
||||
|
@ -29926,7 +29926,6 @@ dinoeggs
|
||||
Atari Generation/System 1
|
||||
*/
|
||||
atarians
|
||||
//atarianb
|
||||
time2000
|
||||
aavenger
|
||||
midearth
|
||||
|
Loading…
Reference in New Issue
Block a user