summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/mmboard.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/mmboard.h')
-rw-r--r--src/mame/machine/mmboard.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/mame/machine/mmboard.h b/src/mame/machine/mmboard.h
index b60ea64e363..9b634dca8ee 100644
--- a/src/mame/machine/mmboard.h
+++ b/src/mame/machine/mmboard.h
@@ -20,23 +20,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_MEPHISTO_SENSORS_BOARD_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MEPHISTO_SENSORS_BOARD, 0) \
-
-#define MCFG_MEPHISTO_BUTTONS_BOARD_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MEPHISTO_BUTTONS_BOARD, 0) \
-
-#define MCFG_MEPHISTO_BOARD_DISABLE_LEDS(_val) \
- downcast<mephisto_board_device &>(*device).set_disable_leds(_val);
-
-#define MCFG_MEPHISTO_DISPLAY_MODUL_ADD(_tag) \
- MCFG_DEVICE_ADD(_tag, MEPHISTO_DISPLAY_MODUL, 0)
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************