From e45eb61874782731982f58db99fa895aa35ef58e Mon Sep 17 00:00:00 2001 From: Scott Stone Date: Sat, 6 Aug 2016 17:29:28 -0400 Subject: [PATCH] Comment debug helper from being used from bfm_sc4 sets which can really fill up a log when all 3k plus machines are run in a test. (nw) --- src/mame/drivers/bfm_sc4.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mame/drivers/bfm_sc4.cpp b/src/mame/drivers/bfm_sc4.cpp index c7bf0da5ed0..0ae8c347bc2 100644 --- a/src/mame/drivers/bfm_sc4.cpp +++ b/src/mame/drivers/bfm_sc4.cpp @@ -1644,7 +1644,7 @@ DRIVER_INIT_MEMBER(sc4_state,sc4) // debug helpers to find strings used for inputs and where the buttons map - bfm_sc45_layout_helper(machine()); +// bfm_sc45_layout_helper(machine()); }