From 44bbf908032cccd73cb6579152fafee90d96968f Mon Sep 17 00:00:00 2001 From: David Haywood Date: Wed, 21 Aug 2019 16:45:50 +0100 Subject: add mindset software list, currently only contains vyper, but can be expanded on (nw) (#5522) * add mindset software list, currently only contains vyper, but can be expanded on (nw) * (nw) --- hash/mindset_flop.xml | 21 +++++++++++++++++++++ src/mame/drivers/mindset.cpp | 2 ++ 2 files changed, 23 insertions(+) create mode 100644 hash/mindset_flop.xml diff --git a/hash/mindset_flop.xml b/hash/mindset_flop.xml new file mode 100644 index 00000000000..cfef2658536 --- /dev/null +++ b/hash/mindset_flop.xml @@ -0,0 +1,21 @@ + + + + + + Vyper + 1984 + Synapse Software + + + + + + + + + + + + + diff --git a/src/mame/drivers/mindset.cpp b/src/mame/drivers/mindset.cpp index d8fafdf6f8f..e6ee0d3ca8e 100644 --- a/src/mame/drivers/mindset.cpp +++ b/src/mame/drivers/mindset.cpp @@ -1225,6 +1225,8 @@ void mindset_state::mindset(machine_config &config) MINDSET_MODULE(config, "m3", mindset_modules, nullptr, false); MINDSET_MODULE(config, "m4", mindset_modules, nullptr, false); MINDSET_MODULE(config, "m5", mindset_modules, nullptr, false); + + SOFTWARE_LIST(config, "flop_list").set_original("mindset_flop"); } static INPUT_PORTS_START(mindset) -- cgit v1.2.3