summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gba.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/gba.cpp')
-rw-r--r--src/mame/drivers/gba.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/gba.cpp b/src/mame/drivers/gba.cpp
index 26a549efcd5..fd6c9d326ae 100644
--- a/src/mame/drivers/gba.cpp
+++ b/src/mame/drivers/gba.cpp
@@ -1459,7 +1459,7 @@ MACHINE_CONFIG_START(gba_state::gbadv)
MCFG_SOUND_ROUTE(0, "rdacb", 1.0, DAC_VREF_POS_INPUT) MCFG_SOUND_ROUTE(0, "rdacb", -1.0, DAC_VREF_NEG_INPUT)
MCFG_GBA_CARTRIDGE_ADD("cartslot", gba_cart, nullptr)
- MCFG_SOFTWARE_LIST_ADD("cart_list","gba")
+ SOFTWARE_LIST(config, "cart_list").set_original("gba");
MACHINE_CONFIG_END