mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix wording/setname for recently added set (spaceattl -> spaceatt2k). "Lich" is apparently a geographical location and not part of the company name. (nw)
This commit is contained in:
parent
6684d8af8e
commit
ccd68e80db
@ -1466,7 +1466,7 @@ claybust // (c) 1978 Model Racing
|
||||
gunchamp // (c) 1980 Model Racing
|
||||
gunchamps // (c) 1980 Model Racing (sshot.c)
|
||||
spaceatt // (c) 1978 Video Games GMBH
|
||||
spaceattl // (c) 1978 Video Games GMBH/LICH
|
||||
spaceatt2k // (c) 1978 Video Games GMBH
|
||||
galmonst // (c) Laguna S.A.
|
||||
spaceat2 // (c) 1980 Zenitone-Microsec Ltd
|
||||
spacecom // bootleg
|
||||
|
@ -3356,7 +3356,7 @@ ROM_END
|
||||
|
||||
/* SPACE ATTACK set is from Video Games GmbH - Board Typ 1010 C / Top board shows Video-Games - 6302 LICH - 1034B
|
||||
Contains same data as spaceatt but with added 00 fill to make larger roms (b+a=E1, 00fill+c=F1, f+00fill=G1, h+sv02=H1) */
|
||||
ROM_START( spaceattl )
|
||||
ROM_START( spaceatt2k )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 )
|
||||
ROM_LOAD( "H1.bin", 0x0000, 0x0800, CRC(734f5ad8) SHA1(ff6200af4c9110d8181249cbcef1a8a40fa40b7f) )
|
||||
ROM_LOAD( "G1.bin", 0x0800, 0x0800, CRC(6bfaca4a) SHA1(16f48649b531bdef8c2d1446c429b5f414524350) )
|
||||
@ -4707,7 +4707,7 @@ GAMEL(1979, cosmicm2, invaders, cosmicmo, cosmicmo, driver_device, 0, ROT270
|
||||
GAMEL(1980?,sinvzen, invaders, invaders, sinvzen, driver_device, 0, ROT270, "Taito / Zenitone-Microsec Ltd.", "Super Invaders (Zenitone-Microsec)", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
|
||||
GAMEL(1980, ultrainv, invaders, invaders, sicv, driver_device, 0, ROT270, "Taito / Konami", "Ultra Invaders", GAME_SUPPORTS_SAVE, layout_invaders ) // unclassified, licensed or bootleg?
|
||||
GAMEL(1978, spaceatt, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1978, spaceattl, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg (Video Games GmbH/Lich)", "Space Attack (2k roms)(bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1978, spaceatt2k, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg (Video Games GmbH)", "Space Attack (2k roms)(bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1978, galmonst, invaders, invaders, sicv, driver_device, 0, ROT270, "bootleg (Laguna S.A.)", "Galaxy Monsters (Laguna S.A. Spanish bootleg of Space Invaders)", GAME_SUPPORTS_SAVE, layout_invaders )
|
||||
GAMEL(1980, spaceat2, invaders, invaders, spaceat2, driver_device, 0, ROT270, "bootleg (Video Games UK)", "Space Attack II (bootleg of Super Invaders)", GAME_SUPPORTS_SAVE, layout_invaders ) // bootleg of Zenitone-Microsec Super Invaders
|
||||
GAMEL(1979, spacecom, invaders, spacecom, spacecom, _8080bw_state, spacecom, ROT270, "bootleg", "Space Combat (bootleg of Space Invaders)", GAME_IMPERFECT_SOUND | GAME_SUPPORTS_SAVE, layout_spacecom )
|
||||
|
Loading…
Reference in New Issue
Block a user