summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/74123.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/74123.h')
-rw-r--r--src/emu/machine/74123.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/74123.h b/src/emu/machine/74123.h
index 7e6c5c95639..005231a646d 100644
--- a/src/emu/machine/74123.h
+++ b/src/emu/machine/74123.h
@@ -56,9 +56,9 @@
DEVICE CONFIGURATION MACROS
***************************************************************************/
-#define MDRV_TTL74123_ADD(_tag, _config) \
- MDRV_DEVICE_ADD(_tag, TTL74123, 0) \
- MDRV_DEVICE_CONFIG(_config)
+#define MCFG_TTL74123_ADD(_tag, _config) \
+ MCFG_DEVICE_ADD(_tag, TTL74123, 0) \
+ MCFG_DEVICE_CONFIG(_config)
/* constants for the different ways the cap/res can be connected.
This determines the formula for calculating the pulse width */