summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2020-02-23 19:10:34 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2020-02-23 19:10:34 +1100
commitcd599da00f7959af4061faf9da0754bdc2b3726f (patch)
treed34c74f81903a6ced9f697f2a3093145730e3dc1 /src/mame
parent8ae7c412146517921c32b353e4c1b73da59eee61 (diff)
applix: [Robbbert]
New working software list additions --------------------- Boot disk [from "the collection"]
Diffstat (limited to 'src/mame')
-rw-r--r--src/mame/drivers/applix.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/drivers/applix.cpp b/src/mame/drivers/applix.cpp
index b08da95aba5..f074ade7512 100644
--- a/src/mame/drivers/applix.cpp
+++ b/src/mame/drivers/applix.cpp
@@ -943,6 +943,8 @@ void applix_state::applix(machine_config &config)
serial_b.rxd_handler().set("scc", FUNC(scc8530_device::rxb_w));
serial_b.cts_handler().set("scc", FUNC(scc8530_device::ctsb_w));
serial_b.cts_handler().set("scc", FUNC(scc8530_device::dcdb_w));
+
+ SOFTWARE_LIST(config, "flop_list").set_original("applix_flop");
}
/* ROM definition */