diff --git a/hash/squale_cart.xml b/hash/squale_cart.xml new file mode 100644 index 00000000000..9c73469273a --- /dev/null +++ b/hash/squale_cart.xml @@ -0,0 +1,17 @@ + + + + + + The Squale Intro + 2016 + <homebrew> + + + + + + + + + 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 */