summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Scott Stone <tafoid@gmail.com>2016-08-06 17:29:28 -0400
committer Scott Stone <tafoid@gmail.com>2016-08-06 17:29:28 -0400
commite45eb61874782731982f58db99fa895aa35ef58e (patch)
treeecba3a9d78ba287327ccda159a79d28212118a73 /src
parent7a7c123d1e47bd5f6df8d60c89ca46f40bdb351f (diff)
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)
Diffstat (limited to 'src')
-rw-r--r--src/mame/drivers/bfm_sc4.cpp2
1 files changed, 1 insertions, 1 deletions
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());
}