summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/squale.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/squale.cpp')
-rw-r--r--src/mame/drivers/squale.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mame/drivers/squale.cpp b/src/mame/drivers/squale.cpp
index c7586bc512c..98b83b645a1 100644
--- a/src/mame/drivers/squale.cpp
+++ b/src/mame/drivers/squale.cpp
@@ -835,9 +835,8 @@ MACHINE_CONFIG_START(squale_state::squale)
/* Cartridge slot */
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_linear_slot, "squale_cart")
- MCFG_GENERIC_MANDATORY
MCFG_GENERIC_LOAD(squale_state, squale_cart)
-
+ MCFG_SOFTWARE_LIST_ADD("cart_list", "squale_cart")
MACHINE_CONFIG_END
/* ROM definition */