summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ti99_8.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ti99_8.cpp')
-rw-r--r--src/mame/drivers/ti99_8.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ti99_8.cpp b/src/mame/drivers/ti99_8.cpp
index 083e5c924b2..99aa0804886 100644
--- a/src/mame/drivers/ti99_8.cpp
+++ b/src/mame/drivers/ti99_8.cpp
@@ -723,7 +723,7 @@ void ti99_8_state::ti99_8(machine_config& config)
RAM(config, TI998_DRAM_TAG).set_default_size("64K").set_default_value(0);
// Software list
- SOFTWARE_LIST(config, "cart_list_ti99").set_type("ti99_cart", SOFTWARE_LIST_ORIGINAL_SYSTEM);
+ SOFTWARE_LIST(config, "cart_list_ti99").set_original("ti99_cart");
// I/O port
TI99_IOPORT(config, m_ioport, 0, ti99_ioport_options_plain, nullptr);