summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2019-09-15 22:25:57 +0200
committer GitHub <noreply@github.com>2019-09-15 22:25:57 +0200
commitfd505eb0d643a8a8a50ba32f7f0704fec400138d (patch)
treee3d4a174d2dba0b66db5df9c7d610ebcad636b97
parent4fc00c7b2f885cbc3c29d5f89d4a967f5b90e1c2 (diff)
exidy.cpp: corrected manufacturer metadata (nw)
-rw-r--r--src/mame/drivers/exidy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/exidy.cpp b/src/mame/drivers/exidy.cpp
index bb4af3e30b4..923554137f8 100644
--- a/src/mame/drivers/exidy.cpp
+++ b/src/mame/drivers/exidy.cpp
@@ -1795,7 +1795,7 @@ GAME( 1981, mtrapb2, mtrap, mtrap, mtrap, exidy_state, init_mtrap,
GAME( 1981, venture, 0, venture, venture, exidy_state, init_venture, ROT0, "Exidy", "Venture (version 5 set 1)", MACHINE_SUPPORTS_SAVE )
GAME( 1981, venture2, venture, venture, venture, exidy_state, init_venture, ROT0, "Exidy", "Venture (version 5 set 2)", MACHINE_SUPPORTS_SAVE )
GAME( 1981, venture4, venture, venture, venture, exidy_state, init_venture, ROT0, "Exidy", "Venture (version 4)", MACHINE_SUPPORTS_SAVE )
-GAME( 1981, venture2b, venture, venture, venture, exidy_state, init_venture, ROT0, "Exidy", "Venture (version 5 set 2, bootleg)", MACHINE_SUPPORTS_SAVE )
+GAME( 1981, venture2b, venture, venture, venture, exidy_state, init_venture, ROT0, "bootleg", "Venture (version 5 set 2, bootleg)", MACHINE_SUPPORTS_SAVE )
GAME( 1982, teetert, 0, teetert, teetert, exidy_state, init_teetert, ROT0, "Exidy", "Teeter Torture (prototype)", MACHINE_SUPPORTS_SAVE )