summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/natkeyboard.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-3/+3
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-3/+3
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-4/+4
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-20/+20
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-0/+29
* Misc. keyboard input improvements AJR2016-10-081-9/+28
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-0/+842