summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/i5000.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/i5000.h')
-rw-r--r--src/devices/sound/i5000.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/devices/sound/i5000.h b/src/devices/sound/i5000.h
index a9fdfd39a1b..f3891f2730f 100644
--- a/src/devices/sound/i5000.h
+++ b/src/devices/sound/i5000.h
@@ -15,17 +15,6 @@
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_I5000_SND_ADD(_tag, _clock) \
- MCFG_DEVICE_ADD(_tag, I5000_SND, _clock)
-
-#define MCFG_I5000_SND_REPLACE(_tag, _clock) \
- MCFG_DEVICE_REPLACE(_tag, I5000_SND, _clock)
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************