summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/tvc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/tvc.cpp')
-rw-r--r--src/mame/drivers/tvc.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/tvc.cpp b/src/mame/drivers/tvc.cpp
index e13dd320d5a..7cbd642ed82 100644
--- a/src/mame/drivers/tvc.cpp
+++ b/src/mame/drivers/tvc.cpp
@@ -836,9 +836,9 @@ MACHINE_CONFIG_START(tvc_state::tvc)
MCFG_QUICKLOAD_ADD("quickload", tvc_state, tvc64, "cas", 6)
/* Software lists */
- MCFG_SOFTWARE_LIST_ADD("cart_list", "tvc_cart")
- MCFG_SOFTWARE_LIST_ADD("cass_list", "tvc_cass")
- MCFG_SOFTWARE_LIST_ADD("flop_list", "tvc_flop")
+ SOFTWARE_LIST(config, "cart_list").set_original("tvc_cart");
+ SOFTWARE_LIST(config, "cass_list").set_original("tvc_cass");
+ SOFTWARE_LIST(config, "flop_list").set_original("tvc_flop");
MACHINE_CONFIG_END
/* ROM definition */