summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/tms36xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/tms36xx.h')
-rw-r--r--src/devices/sound/tms36xx.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/devices/sound/tms36xx.h b/src/devices/sound/tms36xx.h
index 01fdc22d306..3e517a09f77 100644
--- a/src/devices/sound/tms36xx.h
+++ b/src/devices/sound/tms36xx.h
@@ -6,26 +6,6 @@
#pragma once
//**************************************************************************
-// INTERFACE CONFIGURATION MACROS
-//**************************************************************************
-
-#define MCFG_TMS36XX_ADD(tag, clock) \
- MCFG_DEVICE_ADD((tag), TMS36XX, (clock))
-
-#define MCFG_TMS36XX_REPLACE(tag, clock) \
- MCFG_DEVICE_REPLACE((tag), TMS36XX, (clock))
-
-#define MCFG_TMS36XX_TYPE(type) \
- downcast<tms36xx_device &>(*device).set_subtype((tms36xx_device::subtype::type));
-
-#define MCFG_TMS36XX_DECAY_TIMES(_dec0, _dec1, _dec2, _dec3, _dec4, _dec5) \
- downcast<tms36xx_device &>(*device).set_decays(_dec0, _dec1, _dec2, _dec3, _dec4, _dec5);
-
-#define MCFG_TMS36XX_TUNE_SPEED(_speed) \
- downcast<tms36xx_device &>(*device).set_tune_speed(_speed);
-
-
-//**************************************************************************
// TYPE DEFINITIONS
//**************************************************************************