summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound
diff options
context:
space:
mode:
author mooglyguy <therealmogminer@gmail.com>2018-06-07 21:48:54 +0200
committer mooglyguy <therealmogminer@gmail.com>2018-06-07 21:49:11 +0200
commitb66e57a15c28847d8ecda49fbe1c8cecf2af1d4f (patch)
tree2b0911e685f555782b812b1f9ea252c411f75af1 /src/devices/sound
parent6bc839999ca1b3b325c77058cdc62a7f26030714 (diff)
Removed nearly all custom MCFG macros from eepromser, migrated more of policetr to newer syntax, nw
Diffstat (limited to 'src/devices/sound')
-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));