Fixed the build.

This commit is contained in:
Robbbert 2016-08-06 11:55:35 +10:00
parent e1c0c081f5
commit 8a5da5ddf4

View File

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