summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/bbc/internal/cumana68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/bbc/internal/cumana68k.cpp')
-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");
}
//-------------------------------------------------