From af67c0831ebc82165980a98efb0312b9ad3b0a3e Mon Sep 17 00:00:00 2001 From: Nigel Barnes Date: Fri, 15 Jun 2018 19:38:18 +0100 Subject: [PATCH] =?UTF-8?q?New=20working=20software=20list=20additions=20-?= =?UTF-8?q?----------------------------------=20squale=5Fcart:=20The=20Squ?= =?UTF-8?q?ale=20Intro=20[Jean-Fran=C3=A7ois=20DEL=20NERO=20/=20HxC2001]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hash/squale_cart.xml | 17 +++++++++++++++++ src/mame/drivers/squale.cpp | 3 +-- 2 files changed, 18 insertions(+), 2 deletions(-) create mode 100644 hash/squale_cart.xml 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 */