summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/vectrex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/vectrex.cpp')
-rw-r--r--src/mame/drivers/vectrex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/vectrex.cpp b/src/mame/drivers/vectrex.cpp
index 79bb72a91f0..3b5aaaa1e4d 100644
--- a/src/mame/drivers/vectrex.cpp
+++ b/src/mame/drivers/vectrex.cpp
@@ -142,7 +142,7 @@ void vectrex_state::vectrex(machine_config &config)
vectrex_cart(slot);
/* software lists */
- SOFTWARE_LIST(config, "cart_list").set_type("vectrex", SOFTWARE_LIST_ORIGINAL_SYSTEM);
+ SOFTWARE_LIST(config, "cart_list").set_original("vectrex");
}
ROM_START(vectrex)