summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/i2cmem.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-12-31 21:18:45 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-12-31 21:18:45 +0000
commitba6d1bd8a355c8f0225b0a3093cd7f999152b505 (patch)
tree96196f3c9713b729d42bb1969109a9d517e93edd /src/emu/machine/i2cmem.h
parent80f4cfa981c948232d3c1ef2c65b18cc6005b651 (diff)
MDRV_* -> MCFG_*
There hasn't been a machine driver for many years.
Diffstat (limited to 'src/emu/machine/i2cmem.h')
-rw-r--r--src/emu/machine/i2cmem.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/i2cmem.h b/src/emu/machine/i2cmem.h
index d73a54f24b7..db564625347 100644
--- a/src/emu/machine/i2cmem.h
+++ b/src/emu/machine/i2cmem.h
@@ -24,8 +24,8 @@
// INTERFACE CONFIGURATION MACROS
//**************************************************************************
-#define MDRV_I2CMEM_ADD( _tag, _interface ) \
- MDRV_DEVICE_ADD( _tag, I2CMEM, 0 ) \
+#define MCFG_I2CMEM_ADD( _tag, _interface ) \
+ MCFG_DEVICE_ADD( _tag, I2CMEM, 0 ) \
i2cmem_device_config::static_set_interface(device, _interface);