summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb14241.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb14241.h')
-rw-r--r--src/emu/machine/mb14241.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/mb14241.h b/src/emu/machine/mb14241.h
index 89d5b1da530..120054591a8 100644
--- a/src/emu/machine/mb14241.h
+++ b/src/emu/machine/mb14241.h
@@ -16,8 +16,8 @@ DECLARE_LEGACY_DEVICE(MB14241, mb14241);
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define MDRV_MB14241_ADD(_tag) \
- MDRV_DEVICE_ADD(_tag, MB14241, 0)
+#define MCFG_MB14241_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, MB14241, 0)
/***************************************************************************