summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/bandai.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/bandai.cpp')
-rw-r--r--src/devices/bus/nes/bandai.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/bandai.cpp b/src/devices/bus/nes/bandai.cpp
index 83ab401022b..2e7a0f7168c 100644
--- a/src/devices/bus/nes/bandai.cpp
+++ b/src/devices/bus/nes/bandai.cpp
@@ -393,7 +393,7 @@ READ8_MEMBER(nes_lz93d50_24c01_device::read_m)
// SERIAL I2C DEVICE
//-------------------------------------------------
-MACHINE_CONFIG_FRAGMENT( bandai_i2c_24c01 )
+MACHINE_CONFIG_START( bandai_i2c_24c01 )
MCFG_24C01_ADD("i2cmem")
MACHINE_CONFIG_END
@@ -403,7 +403,7 @@ machine_config_constructor nes_lz93d50_24c01_device::device_mconfig_additions()
}
-MACHINE_CONFIG_FRAGMENT( bandai_i2c_24c02 )
+MACHINE_CONFIG_START( bandai_i2c_24c02 )
MCFG_24C02_ADD("i2cmem")
MACHINE_CONFIG_END