mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
fix for MSVC (nw)
This commit is contained in:
parent
482fed614d
commit
91bc5e3bc9
@ -365,7 +365,7 @@ MACHINE_CONFIG_END
|
||||
|
||||
ioport_constructor kaypro_10_keyboard_device::device_input_ports() const
|
||||
{
|
||||
(void)INPUT_PORTS_NAME(kaypro_keyboard_bitshift);
|
||||
(void)&INPUT_PORTS_NAME(kaypro_keyboard_bitshift);
|
||||
return INPUT_PORTS_NAME(kaypro_keyboard_typewriter);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user