summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80ctc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/z80ctc.h')
-rw-r--r--src/emu/machine/z80ctc.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/z80ctc.h b/src/emu/machine/z80ctc.h
index 405ddd0ed02..543295f4346 100644
--- a/src/emu/machine/z80ctc.h
+++ b/src/emu/machine/z80ctc.h
@@ -49,9 +49,9 @@ const int NOTIMER_3 = (1<<3);
const z80ctc_interface (name)=
-#define MDRV_Z80CTC_ADD(_tag, _clock, _intrf) \
- MDRV_DEVICE_ADD(_tag, Z80CTC, _clock) \
- MDRV_DEVICE_CONFIG(_intrf)
+#define MCFG_Z80CTC_ADD(_tag, _clock, _intrf) \
+ MCFG_DEVICE_ADD(_tag, Z80CTC, _clock) \
+ MCFG_DEVICE_CONFIG(_intrf)