New working software list additions

-----------------------------------
squale_cart: The Squale Intro [Jean-François DEL NERO / HxC2001]
This commit is contained in:
Nigel Barnes 2018-06-15 19:38:18 +01:00
parent 9ccf12a9a5
commit af67c0831e
2 changed files with 18 additions and 2 deletions

17
hash/squale_cart.xml Normal file
View File

@ -0,0 +1,17 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="squale_cart" description="Squale cartridges">
<software name="sqintro">
<description>The Squale Intro</description>
<year>2016</year>
<publisher>&lt;homebrew&gt;</publisher>
<info name="developer" value="Jean-François DEL NERO / HxC2001" />
<part name="cart" interface="squale_cart">
<dataarea name="rom" size="65536">
<rom name="TheSqualeIntro.bin" size="65536" crc="18d1c188" sha1="63a1e1910967b7e083e9d2d1232445a8fd66daf3" offset="0" />
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -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 */