mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
New working software list additions
----------------------------------- smondial2: Mephisto College Module [yoyo_chessboard]
This commit is contained in:
parent
a5bc2d89c0
commit
88ff0d927b
15
hash/smondial2.xml
Normal file
15
hash/smondial2.xml
Normal 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 & 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>
|
@ -19,6 +19,7 @@
|
|||||||
#include "machine/mmboard.h"
|
#include "machine/mmboard.h"
|
||||||
#include "screen.h"
|
#include "screen.h"
|
||||||
#include "speaker.h"
|
#include "speaker.h"
|
||||||
|
#include "softlist.h"
|
||||||
|
|
||||||
#include "bus/generic/slot.h"
|
#include "bus/generic/slot.h"
|
||||||
#include "bus/generic/carts.h"
|
#include "bus/generic/carts.h"
|
||||||
@ -487,6 +488,8 @@ static MACHINE_CONFIG_DERIVED( smondial2, smondial )
|
|||||||
MCFG_CPU_PROGRAM_MAP(smondial2_mem)
|
MCFG_CPU_PROGRAM_MAP(smondial2_mem)
|
||||||
|
|
||||||
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "smondial2_cart")
|
MCFG_GENERIC_CARTSLOT_ADD("cartslot", generic_plain_slot, "smondial2_cart")
|
||||||
|
MCFG_SOFTWARE_LIST_ADD("cart_list", "smondial2")
|
||||||
|
|
||||||
MCFG_DEFAULT_LAYOUT(layout_mephisto_smondial2)
|
MCFG_DEFAULT_LAYOUT(layout_mephisto_smondial2)
|
||||||
MACHINE_CONFIG_END
|
MACHINE_CONFIG_END
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user