summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2410.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2410.h')
-rw-r--r--src/emu/machine/s3c2410.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/s3c2410.h b/src/emu/machine/s3c2410.h
index 622d4de5e91..4fcb0923a67 100644
--- a/src/emu/machine/s3c2410.h
+++ b/src/emu/machine/s3c2410.h
@@ -15,9 +15,9 @@
#define S3C2410_TAG "s3c2410"
-#define MDRV_S3C2410_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, S3C2410, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_S3C2410_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, S3C2410, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
#define S3C2410_INTERFACE(name) \
const s3c2410_interface(name) =