summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-05-26 22:34:44 +0000
committer Michaël Banaan Ananas <happppp@users.noreply.github.com>2010-05-26 22:34:44 +0000
commit485a01f6e6ec36b5fc08d04bf4d8375f45c3944f (patch)
tree691b81bd8b4756ce9540e569cf72bf9b7198e056
parentf581ee802feec6da8493bfa8f6eb74e3ddb06279 (diff)
woops, bootleg of crash, not by crash
-rw-r--r--src/mame/drivers/circus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/circus.c b/src/mame/drivers/circus.c
index 98c235baf2c..4fcaeef8cb8 100644
--- a/src/mame/drivers/circus.c
+++ b/src/mame/drivers/circus.c
@@ -609,5 +609,5 @@ GAMEL(1977, circus, 0, circus, circus, circus, ROT0, "Exidy / Taito
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
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 (Crash)", "Smash (Crash bootleg)", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND, layout_crash ) // looks like a text hack, but it also had a different bezel
+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
GAME( 1979, ripcord, 0, ripcord, ripcord, ripcord, ROT0, "Exidy", "Rip Cord", GAME_SUPPORTS_SAVE | GAME_IMPERFECT_SOUND )