summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2400.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2400.h')
-rw-r--r--src/emu/machine/s3c2400.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/s3c2400.h b/src/emu/machine/s3c2400.h
index 1f2080964f8..e1d7ef93d5b 100644
--- a/src/emu/machine/s3c2400.h
+++ b/src/emu/machine/s3c2400.h
@@ -15,9 +15,9 @@
#define S3C2400_TAG "s3c2400"
-#define MDRV_S3C2400_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, S3C2400, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_S3C2400_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, S3C2400, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
#define S3C2400_INTERFACE(name) \
const s3c2400_interface(name) =