diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/bfm_sc4.cpp | 2 |
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()); } |