summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus
diff options
context:
space:
mode:
author Nigel Barnes <Pernod70@users.noreply.github.com>2019-11-07 13:55:27 +0000
committer Nigel Barnes <Pernod70@users.noreply.github.com>2019-11-07 13:55:27 +0000
commit03b5fcf6234b1283db8814716dfed5b728b3d266 (patch)
tree5e2e937a5118b659b904f7b152b0d0b4b7ec1b2d /src/devices/bus
parent98997ad1ba9e381ae678a0ee79156fb2e68ccc7c (diff)
bbc_cumana68k: Remove software list reference (nw)
Diffstat (limited to 'src/devices/bus')
-rw-r--r--src/devices/bus/bbc/internal/cumana68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/bbc/internal/cumana68k.cpp b/src/devices/bus/bbc/internal/cumana68k.cpp
index 92daaca46b4..376f9b136df 100644
--- a/src/devices/bus/bbc/internal/cumana68k.cpp
+++ b/src/devices/bus/bbc/internal/cumana68k.cpp
@@ -108,7 +108,7 @@ void bbc_cumana68k_device::device_add_mconfig(machine_config &config)
m_rtc->irq().set(m_pia_rtc, FUNC(pia6821_device::ca1_w));
/* software lists */
- SOFTWARE_LIST(config, "flop_ls_68008").set_original("bbc_flop_68008");
+ //SOFTWARE_LIST(config, "flop_ls_68008").set_original("bbc_flop_68008");
}
//-------------------------------------------------