mirror of
https://github.com/holub/mame
synced 2025-04-16 05:24:54 +03:00
New working software list additions
----------------------------------- squale_cart: The Squale Intro [Jean-François DEL NERO / HxC2001]
This commit is contained in:
parent
9ccf12a9a5
commit
af67c0831e
17
hash/squale_cart.xml
Normal file
17
hash/squale_cart.xml
Normal 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><homebrew></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>
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user