ncd68k: fix Clang build (nw)

This commit is contained in:
arbee 2019-06-14 01:05:33 -04:00
parent e49e75c122
commit f11c26778c

View File

@ -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);