summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/segapcm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/segapcm.h')
-rw-r--r--src/devices/sound/segapcm.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/devices/sound/segapcm.h b/src/devices/sound/segapcm.h
index fd2847a0f67..3d4004d7814 100644
--- a/src/devices/sound/segapcm.h
+++ b/src/devices/sound/segapcm.h
@@ -14,12 +14,6 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MCFG_SEGAPCM_ADD(tag, clock) \
- MCFG_DEVICE_ADD((tag), SEGAPCM, (clock))
-
-#define MCFG_SEGAPCM_REPLACE(tag, clock) \
- MCFG_DEVICE_REPLACE((tag), SEGAPCM, (clock))
-
#define MCFG_SEGAPCM_BANK(bank) \
downcast<segapcm_device &>(*device).set_bank((segapcm_device::bank));