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/mb14241.h | |
parent | 80f4cfa981c948232d3c1ef2c65b18cc6005b651 (diff) |
MDRV_* -> MCFG_*
There hasn't been a machine driver for many years.
Diffstat (limited to 'src/emu/machine/mb14241.h')
-rw-r--r-- | src/emu/machine/mb14241.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/mb14241.h b/src/emu/machine/mb14241.h index 89d5b1da530..120054591a8 100644 --- a/src/emu/machine/mb14241.h +++ b/src/emu/machine/mb14241.h @@ -16,8 +16,8 @@ DECLARE_LEGACY_DEVICE(MB14241, mb14241); DEVICE CONFIGURATION MACROS ***************************************************************************/ -#define MDRV_MB14241_ADD(_tag) \ - MDRV_DEVICE_ADD(_tag, MB14241, 0) +#define MCFG_MB14241_ADD(_tag) \ + MCFG_DEVICE_ADD(_tag, MB14241, 0) /*************************************************************************** |