summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/taitosnd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/taitosnd.h')
-rw-r--r--src/mame/audio/taitosnd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/audio/taitosnd.h b/src/mame/audio/taitosnd.h
index 5e593ed37c1..8d4c0969a25 100644
--- a/src/mame/audio/taitosnd.h
+++ b/src/mame/audio/taitosnd.h
@@ -21,9 +21,9 @@ DECLARE_LEGACY_DEVICE(TC0140SYT, tc0140syt);
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define MDRV_TC0140SYT_ADD(_tag, _interface) \
- MDRV_DEVICE_ADD(_tag, TC0140SYT, 0) \
- MDRV_DEVICE_CONFIG(_interface)
+#define MCFG_TC0140SYT_ADD(_tag, _interface) \
+ MCFG_DEVICE_ADD(_tag, TC0140SYT, 0) \
+ MCFG_DEVICE_CONFIG(_interface)
/***************************************************************************
DEVICE I/O FUNCTIONS