summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/electron/plus1.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/electron/plus1.cpp')
-rw-r--r--src/devices/bus/electron/plus1.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/electron/plus1.cpp b/src/devices/bus/electron/plus1.cpp
index c6e6f09db6b..deeb2401b45 100644
--- a/src/devices/bus/electron/plus1.cpp
+++ b/src/devices/bus/electron/plus1.cpp
@@ -115,7 +115,7 @@ void electron_plus1_device::device_add_mconfig(machine_config &config)
m_adc->ch3_callback().set([this]() { return m_analogue->ch_r(2) >> 8; });
m_adc->ch4_callback().set([this]() { return m_analogue->ch_r(3) >> 8; });
- BBC_ANALOGUE_SLOT(config, m_analogue, bbc_analogue_devices, "acornjoy");
+ BBC_ANALOGUE_SLOT(config, m_analogue, bbc_analogue_devices_no_lightpen, "acornjoy");
/* cartridges */
ELECTRON_CARTSLOT(config, m_cart_sk1, DERIVED_CLOCK(1, 1), electron_cart, nullptr);