From c23a007ea3825d7857e312afb19d601812c1a1bd Mon Sep 17 00:00:00 2001 From: Robbbert Date: Mon, 20 Apr 2020 00:13:48 +1000 Subject: [PATCH] New working software items --------------- itt3030.xml Master boot disk System boot disk (from "the collection") --- hash/itt3030.xml | 40 ++++++++++++++++++++++++++++++++++++ src/mame/drivers/itt3030.cpp | 2 ++ 2 files changed, 42 insertions(+) create mode 100644 hash/itt3030.xml diff --git a/hash/itt3030.xml b/hash/itt3030.xml new file mode 100644 index 00000000000..4f7ee7bf525 --- /dev/null +++ b/hash/itt3030.xml @@ -0,0 +1,40 @@ + + + + + + + + Master boot disk + 1984 + <unknown> + + + + + + + + + System boot disk + 1982 + <unknown> + + + + + + + + + diff --git a/src/mame/drivers/itt3030.cpp b/src/mame/drivers/itt3030.cpp index 1908ed905ac..68682c48c3f 100644 --- a/src/mame/drivers/itt3030.cpp +++ b/src/mame/drivers/itt3030.cpp @@ -745,6 +745,8 @@ void itt3030_state::itt3030(machine_config &config) /* sound hardware */ SPEAKER(config, "mono").front_center(); BEEP(config, m_beep, 3250).add_route(ALL_OUTPUTS, "mono", 1.00); + + SOFTWARE_LIST(config, "flop_list").set_original("itt3030"); }