From fd505eb0d643a8a8a50ba32f7f0704fec400138d Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 15 Sep 2019 22:25:57 +0200 Subject: [PATCH] exidy.cpp: corrected manufacturer metadata (nw) --- src/mame/drivers/exidy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )