summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/bsmt2000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/bsmt2000.h')
-rw-r--r--src/devices/sound/bsmt2000.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/devices/sound/bsmt2000.h b/src/devices/sound/bsmt2000.h
index c3b110b5b13..910ce816fe6 100644
--- a/src/devices/sound/bsmt2000.h
+++ b/src/devices/sound/bsmt2000.h
@@ -20,10 +20,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_BSMT2000_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, BSMT2000, _clock)
-#define MCFG_BSMT2000_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, BSMT2000, _clock)
#define MCFG_BSMT2000_READY_CALLBACK(_class, _method) \
downcast<bsmt2000_device &>(*device).set_ready_callback(bsmt2000_device::ready_callback(&_class::_method, #_class "::" #_method, nullptr, (_class *)nullptr));