From 4abd1d6f50973cd08524b746d01bb41bb08b6928 Mon Sep 17 00:00:00 2001 From: Robbbert Date: Sun, 23 Feb 2020 18:24:00 +1100 Subject: [PATCH] sbrain: [Robbbert] New working software list additions -------------- Boot disk CP/M 2.2 [from "the collection"] --- hash/sbrain.xml | 16 ++++++++++++++++ src/mame/drivers/sbrain.cpp | 2 ++ 2 files changed, 18 insertions(+) create mode 100644 hash/sbrain.xml diff --git a/hash/sbrain.xml b/hash/sbrain.xml new file mode 100644 index 00000000000..df894733f2e --- /dev/null +++ b/hash/sbrain.xml @@ -0,0 +1,16 @@ + + + + + + Boot disk + 2013 + Intertec + + + + + + + + diff --git a/src/mame/drivers/sbrain.cpp b/src/mame/drivers/sbrain.cpp index 5196e89e441..ac0b61289d2 100644 --- a/src/mame/drivers/sbrain.cpp +++ b/src/mame/drivers/sbrain.cpp @@ -740,6 +740,8 @@ void sbrain_state::sbrain(machine_config &config) FLOPPY_CONNECTOR(config, "fdc:3", sbrain_floppies, nullptr, floppy_image_device::default_floppy_formats).enable_sound(true); TIMER(config, "timer_a", 0).configure_periodic(FUNC(sbrain_state::kbd_scan), attotime::from_hz(15)); + + SOFTWARE_LIST(config, "flop_list").set_original("sbrain"); } ROM_START( sbrain )