mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fixed the build.
This commit is contained in:
parent
e1c0c081f5
commit
8a5da5ddf4
@ -560,7 +560,7 @@ UINT32 pc_keyboard_device::readport(int port)
|
||||
result = m_ioport_7->read();
|
||||
break;
|
||||
}
|
||||
return 0;
|
||||
return result;
|
||||
}
|
||||
|
||||
void pc_keyboard_device::polling(void)
|
||||
|
Loading…
Reference in New Issue
Block a user