mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
Changed circusse to springbd and changed description to match that change (nw)
Comment: Thanks for GregF for pointing out the numerous sources which list "Springboard" as the game name and an obvious bootleg of circus. http://flyers.arcade-museum.com/?page=flyer&db=videodb&id=2600&image=1
This commit is contained in:
parent
78e62ae79e
commit
4a90ad6e7a
@ -457,7 +457,7 @@ ROM_START( circus )
|
||||
ROM_LOAD( "9012.14d", 0x0000, 0x0200, CRC(2fde3930) SHA1(a21e2d342f16a39a07edf4bea8d698a52216ecba) )
|
||||
ROM_END
|
||||
|
||||
ROM_START( circusse )
|
||||
ROM_START( springbd )
|
||||
ROM_REGION( 0x10000, "maincpu", 0 ) // code
|
||||
ROM_LOAD( "93448.1a", 0x1000, 0x0200, CRC(44d65ccd) SHA1(0eb2515444486a4656a4accec555501e75b39a74) )
|
||||
ROM_LOAD( "93448.2a", 0x1200, 0x0200, CRC(b8acdbc5) SHA1(634bb11089f7a57a316b6829954cc4da4523f267) )
|
||||
@ -591,7 +591,7 @@ static DRIVER_INIT( ripcord )
|
||||
|
||||
|
||||
GAMEL(1977, circus, 0, circus, circus, circus, ROT0, "Exidy / Taito", "Circus / Acrobat TV", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_circus )
|
||||
GAMEL(1977, circusse, circus, circus, circus, circus, ROT0, "bootleg (Sub-Electro)", "Circus (Sub-Electro bootleg)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_circus ) // looks like a text hack, but we've seen 2 identical copies so it's worth supporting
|
||||
GAMEL(1977, springbd, circus, circus, circus, circus, ROT0, "bootleg (Sub-Electro)", "Springboard (bootleg of Circus)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_circus ) // looks like a text hack, but we've seen 2 identical copies so it's worth supporting
|
||||
GAME( 1977, robotbwl, 0, robotbwl, robotbwl, robotbwl, ROT0, "Exidy", "Robot Bowl", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )
|
||||
GAMEL(1979, crash, 0, crash, crash, crash, ROT0, "Exidy", "Crash", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_crash )
|
||||
GAMEL(1979, smash, crash, crash, crash, crash, ROT0, "bootleg", "Smash (Crash bootleg)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_crash ) // looks like a text hack, but it also had a different bezel
|
||||
|
@ -6182,7 +6182,7 @@ hardhat // (c) 1982
|
||||
fax // (c) 1983
|
||||
fax2 // (c) 1983
|
||||
circus // no copyright notice [1977?]
|
||||
circusse // bootleg
|
||||
springbd // Sub-Electro bootleg of Circus
|
||||
robotbwl // no copyright notice
|
||||
crash // Exidy [1979?]
|
||||
smash // bootleg
|
||||
|
Loading…
Reference in New Issue
Block a user