summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/x2212.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/x2212.h')
-rw-r--r--src/emu/machine/x2212.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/x2212.h b/src/emu/machine/x2212.h
index e5ad95bacc0..aa47e398057 100644
--- a/src/emu/machine/x2212.h
+++ b/src/emu/machine/x2212.h
@@ -17,13 +17,13 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MDRV_X2212_ADD(_tag) \
- MDRV_DEVICE_ADD(_tag, X2212, 0) \
+#define MCFG_X2212_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, X2212, 0) \
// some systems (like many early Atari games) wire up the /STORE signal
// to fire on power-down, effectively creating an "auto-save" functionality
-#define MDRV_X2212_ADD_AUTOSAVE(_tag) \
- MDRV_DEVICE_ADD(_tag, X2212, 0) \
+#define MCFG_X2212_ADD_AUTOSAVE(_tag) \
+ MCFG_DEVICE_ADD(_tag, X2212, 0) \
x2212_device_config::static_set_auto_save(device); \