summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/ncd68k.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/drivers/ncd68k.cpp')
-rw-r--r--src/mame/drivers/ncd68k.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/ncd68k.cpp b/src/mame/drivers/ncd68k.cpp
index 1931d2fb41e..22118374bcb 100644
--- a/src/mame/drivers/ncd68k.cpp
+++ b/src/mame/drivers/ncd68k.cpp
@@ -587,7 +587,7 @@ void ncd_68k_state::common(machine_config &config)
// mouse and auxiliary ports
RS232_PORT(config, m_serial[0],
- [this](device_slot_interface &device)
+ [](device_slot_interface &device)
{
default_rs232_devices(device);
device.option_add("mouse", LOGITECH_HLE_SERIAL_MOUSE);