mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
ncd68k: fix Clang build (nw)
This commit is contained in:
parent
e49e75c122
commit
f11c26778c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user