mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
New clone added
---------------- Hyperspace (bootleg of Asteroids) [Byte Surfer]
This commit is contained in:
parent
287bd91908
commit
b87b06a7ab
@ -792,6 +792,19 @@ ROM_START( meteorho )
|
||||
ROM_LOAD( "prom.bin", 0x0000, 0x0100, CRC(9e237193) SHA1(f663e12d5db0fa50ea49d03591475ae0a7168bc0) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( hyperspc )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
ROM_LOAD( "035145-01.bin", 0x6800, 0x0800, CRC(e9bfda64) SHA1(291dc567ebb31b35df83d9fb87f4080f251ff9c8) )
|
||||
ROM_LOAD( "035144-01.bin", 0x7000, 0x0800, CRC(e53c28a9) SHA1(d9f081e73511ec43377f0c6457747f15a470d4dc) )
|
||||
ROM_LOAD( "035143-01.bin", 0x7800, 0x0800, CRC(7d4e3d05) SHA1(d88000e904e158efde50e453e2889ecd2cb95f24) )
|
||||
/* Vector ROM */
|
||||
ROM_LOAD( "035127-01.bin", 0x5000, 0x0800, CRC(7dec48bd) SHA1(8bc926a763ff80b101b2e1c24d45615c3daf67d5) )
|
||||
|
||||
/* DVG PROM */
|
||||
ROM_REGION( 0x100, "user1", 0 )
|
||||
ROM_LOAD( "034602-01.c8", 0x0000, 0x0100, CRC(97953db8) SHA1(8cbded64d1dd35b18c4d5cece00f77e7b2cab2ad) )
|
||||
ROM_END
|
||||
|
||||
|
||||
ROM_START( astdelux )
|
||||
ROM_REGION( 0x8000, "maincpu", 0 )
|
||||
@ -943,9 +956,10 @@ GAME( 1979, asteroid, 0, asteroid, asteroid, 0, ROT0, "Atari", "
|
||||
GAME( 1979, asteroid2,asteroid, asteroid, asteroid, 0, ROT0, "Atari", "Asteroids (rev 2)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, asteroid1,asteroid, asteroid, asteroid, 0, ROT0, "Atari", "Asteroids (rev 1)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, asteroidb,asteroid, asteroid, asteroidb,asteroidb,ROT0, "bootleg", "Asteroids (bootleg on Lunar Lander hardware)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, asterock, asteroid, asterock, asterock, asterock, ROT0, "bootleg (Sidam)", "Asterock", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, meteorts, asteroid, asteroid, asteroid, 0, ROT0, "bootleg (VGG)", "Meteorites (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1980, meteorho, asteroid, asteroid, asteroid, 0, ROT0, "bootleg (Hoei)", "Meteor (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, asterock, asteroid, asterock, asterock, asterock, ROT0, "bootleg (Sidam)", "Asterock (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, meteorts, asteroid, asteroid, asteroid, 0, ROT0, "bootleg (VGG)", "Meteorites (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, meteorho, asteroid, asteroid, asteroid, 0, ROT0, "bootleg (Hoei)", "Meteor (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAME( 1979, hyperspc, asteroid, asteroid, asteroid, 0, ROT0, "bootleg (Rumiano)", "Hyperspace (bootleg of Asteroids)", GAME_SUPPORTS_SAVE )
|
||||
GAMEL(1980, astdelux, 0, astdelux, astdelux, 0, ROT0, "Atari", "Asteroids Deluxe (rev 3)", GAME_SUPPORTS_SAVE, layout_ho88ffff )
|
||||
GAMEL(1980, astdelux2,astdelux, astdelux, astdelux, 0, ROT0, "Atari", "Asteroids Deluxe (rev 2)", GAME_SUPPORTS_SAVE, layout_ho88ffff )
|
||||
GAMEL(1980, astdelux1,astdelux, astdelux, astdelux, 0, ROT0, "Atari", "Asteroids Deluxe (rev 1)", GAME_SUPPORTS_SAVE, layout_ho88ffff )
|
||||
|
@ -6241,6 +6241,7 @@ asteroid2 // 035127-035145 (c) 1979
|
||||
asteroid1 // 035127-035145 no copyright notice
|
||||
asteroidb // (bootleg)
|
||||
asterock // Sidam bootleg (c) 1979
|
||||
hyperspc // Rumiano bootleg (c) 1979
|
||||
meteorts // VCC bootleg (c) 1979
|
||||
meteorho // Hoei? bootleg (c) 1980
|
||||
astdelux // 0351xx (c) 1980
|
||||
|
Loading…
Reference in New Issue
Block a user