summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/s3c2440.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/s3c2440.h')
-rw-r--r--src/emu/machine/s3c2440.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/s3c2440.h b/src/emu/machine/s3c2440.h
index 236883023b5..ede452120c2 100644
--- a/src/emu/machine/s3c2440.h
+++ b/src/emu/machine/s3c2440.h
@@ -13,9 +13,9 @@
#define S3C2440_TAG "s3c2440"
-#define MDRV_S3C2440_ADD(_tag, _clock, _config) \
- MDRV_DEVICE_ADD(_tag, S3C2440, _clock) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_S3C2440_ADD(_tag, _clock, _config) \
+ MCFG_DEVICE_ADD(_tag, S3C2440, _clock) \
+ MCFG_DEVICE_CONFIG(_config)
#define S3C2440_INTERFACE(name) \
const s3c2440_interface(name) =