summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/f3853.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/f3853.h')
-rw-r--r--src/emu/machine/f3853.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/f3853.h b/src/emu/machine/f3853.h
index 997915178e3..92741cc3ffd 100644
--- a/src/emu/machine/f3853.h
+++ b/src/emu/machine/f3853.h
@@ -45,9 +45,9 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MDRV_F3853_ADD(_tag, _clock, _intrf) \
- MDRV_DEVICE_ADD(_tag, F3853, _clock) \
- MDRV_DEVICE_CONFIG(_intrf)
+#define MCFG_F3853_ADD(_tag, _clock, _intrf) \
+ MCFG_DEVICE_ADD(_tag, F3853, _clock) \
+ MCFG_DEVICE_CONFIG(_intrf)