diff options
author | 2010-12-31 21:18:45 +0000 | |
---|---|---|
committer | 2010-12-31 21:18:45 +0000 | |
commit | ba6d1bd8a355c8f0225b0a3093cd7f999152b505 (patch) | |
tree | 96196f3c9713b729d42bb1969109a9d517e93edd /src/emu/machine/ins8154.h | |
parent | 80f4cfa981c948232d3c1ef2c65b18cc6005b651 (diff) |
MDRV_* -> MCFG_*
There hasn't been a machine driver for many years.
Diffstat (limited to 'src/emu/machine/ins8154.h')
-rw-r--r-- | src/emu/machine/ins8154.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/ins8154.h b/src/emu/machine/ins8154.h index df3fc8d4842..13acfc521b2 100644 --- a/src/emu/machine/ins8154.h +++ b/src/emu/machine/ins8154.h @@ -41,9 +41,9 @@ DEVICE CONFIGURATION MACROS ***************************************************************************/ -#define MDRV_INS8154_ADD(_tag, _intrf) \ - MDRV_DEVICE_ADD(_tag, INS8154, 0) \ - MDRV_DEVICE_CONFIG(_intrf) +#define MCFG_INS8154_ADD(_tag, _intrf) \ + MCFG_DEVICE_ADD(_tag, INS8154, 0) \ + MCFG_DEVICE_CONFIG(_intrf) /*************************************************************************** |