summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/okim6258.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/okim6258.h')
-rw-r--r--src/devices/sound/okim6258.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/okim6258.h b/src/devices/sound/okim6258.h
index 8194651f277..aa4d3df0cca 100644
--- a/src/devices/sound/okim6258.h
+++ b/src/devices/sound/okim6258.h
@@ -10,12 +10,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_OKIM6258_ADD(tag, clock) \
- MCFG_DEVICE_ADD((tag), OKIM6258, (clock))
-
-#define MCFG_OKIM6258_REPLACE(tag, clock) \
- MCFG_DEVICE_REPLACE((tag), OKIM6258, (clock))
-
#define MCFG_OKIM6258_DIVIDER(div) \
downcast<okim6258_device &>(*device).set_start_div((okim6258_device::div));