From 88ff0d927bca79a5c7ec41ee57f343ee5c1a044f Mon Sep 17 00:00:00 2001 From: Sandro Ronco Date: Sun, 24 Sep 2017 21:07:04 +0200 Subject: New working software list additions ----------------------------------- smondial2: Mephisto College Module [yoyo_chessboard] --- hash/smondial2.xml | 15 +++++++++++++++ src/mame/drivers/mephisto_montec.cpp | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 hash/smondial2.xml diff --git a/hash/smondial2.xml b/hash/smondial2.xml new file mode 100644 index 00000000000..d5672cdef81 --- /dev/null +++ b/hash/smondial2.xml @@ -0,0 +1,15 @@ + + + + + College Module + 1989 + Hegener & Glaser + + + + + + + + diff --git a/src/mame/drivers/mephisto_montec.cpp b/src/mame/drivers/mephisto_montec.cpp index 470e45b526f..bc2d7faf390 100644 --- a/src/mame/drivers/mephisto_montec.cpp +++ b/src/mame/drivers/mephisto_montec.cpp @@ -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 -- cgit v1.2.3