From eb2b440d93baf07746e1373bda23c11f0f712a51 Mon Sep 17 00:00:00 2001 From: Barry Harris <44396066+barry65536@users.noreply.github.com> Date: Tue, 20 Dec 2011 21:16:43 +0000 Subject: [PATCH] Bagman parent should be enabled in debug only --- src/burn/drivers/d_parent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/burn/drivers/d_parent.cpp b/src/burn/drivers/d_parent.cpp index ae8a08418..78b83d606 100644 --- a/src/burn/drivers/d_parent.cpp +++ b/src/burn/drivers/d_parent.cpp @@ -45,7 +45,7 @@ static struct BurnRomInfo BagmanRomDesc[] = { STD_ROM_PICK(Bagman) STD_ROM_FN(Bagman) -struct BurnDriver BurnDrvBagman = { +struct BurnDriverD BurnDrvBagman = { "bagman", NULL, NULL, NULL, "1982", "Bagman\0", "Parent set for working drivers", "Valadon Automation", "Miscellaneous", NULL, NULL, NULL, NULL,