summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/gba/rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/gba/rom.cpp')
-rw-r--r--src/devices/bus/gba/rom.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/gba/rom.cpp b/src/devices/bus/gba/rom.cpp
index d6aad07ac0d..3b3a2e6e20e 100644
--- a/src/devices/bus/gba/rom.cpp
+++ b/src/devices/bus/gba/rom.cpp
@@ -406,7 +406,7 @@ void gba_rom_wariotws_device::gpio_dev_write(uint16_t data, int gpio_dirs)
Carts with Flash RAM
-------------------------------------------------*/
-static MACHINE_CONFIG_FRAGMENT( panasonic_flash )
+static MACHINE_CONFIG_START( panasonic_flash )
MCFG_PANASONIC_MN63F805MNP_ADD("flash")
MACHINE_CONFIG_END
@@ -457,7 +457,7 @@ WRITE32_MEMBER(gba_rom_flash_device::write_ram)
}
}
-static MACHINE_CONFIG_FRAGMENT( sanyo_flash )
+static MACHINE_CONFIG_START( sanyo_flash )
MCFG_SANYO_LE26FV10N1TS_ADD("flash")
MACHINE_CONFIG_END