From aea4c43f7339695f451d1ed8de61ceb240905844 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Thu, 7 May 2020 02:38:30 +1000 Subject: [PATCH] New working software items -------------- super80_flop.xml CP/M boot disk DOS disk DOS disk with games --- hash/super80_flop.xml | 53 ++++++++++++++++++++++++++++++++++++ src/mame/drivers/super80.cpp | 1 + 2 files changed, 54 insertions(+) create mode 100644 hash/super80_flop.xml diff --git a/hash/super80_flop.xml b/hash/super80_flop.xml new file mode 100644 index 00000000000..1b757f39956 --- /dev/null +++ b/hash/super80_flop.xml @@ -0,0 +1,53 @@ + + + + + + + CP/M boot disk + 198? + <unknown> + + + + + + + + + Super-80 DOS disk + 198? + <unknown> + + + + + + + + + Super-80 DOS disk with games + 198? + <unknown> + + + + + + + + + diff --git a/src/mame/drivers/super80.cpp b/src/mame/drivers/super80.cpp index 1f3db3b0983..6c807a974a8 100644 --- a/src/mame/drivers/super80.cpp +++ b/src/mame/drivers/super80.cpp @@ -864,6 +864,7 @@ void super80v_state::super80v(machine_config &config) // software list SOFTWARE_LIST(config, "cass_list").set_original("super80_cass").set_filter("V"); + SOFTWARE_LIST(config, "flop_list").set_original("super80_flop"); } void super80r_state::super80r(machine_config &config)