summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/horizon.c
diff options
context:
space:
mode:
author Curt Coder <curtcoder@mail.com>2013-05-19 13:13:47 +0000
committer Curt Coder <curtcoder@mail.com>2013-05-19 13:13:47 +0000
commit206d3f4adf11f0ca0c9e85177eda012858222019 (patch)
tree4819217479820546b1fcca8be6a6f1c08d78152a /src/mess/drivers/horizon.c
parentd8db372a7371671c76f3008e4ee25489d7b5bf54 (diff)
(MESS) Added software lists for NorthStar Horizon/Advantage floppies. [Dave Dunfield]
Diffstat (limited to 'src/mess/drivers/horizon.c')
-rw-r--r--src/mess/drivers/horizon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mess/drivers/horizon.c b/src/mess/drivers/horizon.c
index d80411c6b5d..0b558db5ce9 100644
--- a/src/mess/drivers/horizon.c
+++ b/src/mess/drivers/horizon.c
@@ -90,6 +90,9 @@ static MACHINE_CONFIG_START( horizon, horizon_state )
/* video hardware */
MCFG_GENERIC_TERMINAL_ADD(TERMINAL_TAG, terminal_intf)
+
+ // software list
+ MCFG_SOFTWARE_LIST_ADD("flop_list", "horizon")
MACHINE_CONFIG_END
static MACHINE_CONFIG_DERIVED( horizsd, horizon )