New working software list additions

-----------------------------------
smondial2: Mephisto College Module [yoyo_chessboard]
master
Sandro Ronco 2017-09-24 21:07:04 +02:00
parent a5bc2d89c0
commit 88ff0d927b
2 changed files with 18 additions and 0 deletions

15
hash/smondial2.xml Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0"?>
<!DOCTYPE softwarelist SYSTEM "softwarelist.dtd">
<softwarelist name="smondial2" description="Mephisto Super Mondial II cartridges">
<software name="college">
<description>College Module</description>
<year>1989</year>
<publisher>Hegener &amp; Glaser</publisher>
<part name="cart" interface="smondial2_cart">
<dataarea name="rom" size="0x4000">
<rom name="college_module.bin" size="0x4000" crc="02fbdf33" sha1="7d1c87b446ef00f4a533f5193f33b3e05af9ff33" offset="0" />
<rom size="0x4000" offset="0" loadflag="continue"/>
</dataarea>
</part>
</software>
</softwarelist>

View File

@ -19,6 +19,7 @@
#include "machine/mmboard.h"
#include "screen.h"
#include "speaker.h"
#include "softlist.h"
#include "bus/generic/slot.h"
#include "bus/generic/carts.h"
@ -487,6 +488,8 @@ static MACHINE_CONFIG_DERIVED( smondial2, smondial )
MCFG_CPU_PROGRAM_MAP(smondial2_mem)
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "smondial2_cart")
MCFG_SOFTWARE_LIST_ADD("cart_list", "smondial2")
MCFG_DEFAULT_LAYOUT(layout_mephisto_smondial2)
MACHINE_CONFIG_END