summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/atari_vg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/atari_vg.h')
-rw-r--r--src/mame/machine/atari_vg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/atari_vg.h b/src/mame/machine/atari_vg.h
index 2948aad4300..120630fe013 100644
--- a/src/mame/machine/atari_vg.h
+++ b/src/mame/machine/atari_vg.h
@@ -11,8 +11,8 @@
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define MDRV_ATARIVGEAROM_ADD(_tag) \
- MDRV_DEVICE_ADD(_tag, ATARIVGEAROM, 0)
+#define MCFG_ATARIVGEAROM_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, ATARIVGEAROM, 0)
/***************************************************************************