summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/decocass.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/decocass.h')
-rw-r--r--src/mame/machine/decocass.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/decocass.h b/src/mame/machine/decocass.h
index 9a48fc6f9f6..1b0ed89fdee 100644
--- a/src/mame/machine/decocass.h
+++ b/src/mame/machine/decocass.h
@@ -10,8 +10,8 @@
DECLARE_LEGACY_DEVICE(DECOCASS_TAPE, decocass_tape);
-#define MDRV_DECOCASS_TAPE_ADD(_tag) \
- MDRV_DEVICE_ADD(_tag, DECOCASS_TAPE, 0)
+#define MCFG_DECOCASS_TAPE_ADD(_tag) \
+ MCFG_DEVICE_ADD(_tag, DECOCASS_TAPE, 0)