summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for symptom of #1778 but doesn't address how it decided the joystic... Vas Crabb2016-11-261-3/+38
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-15/+15
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-2/+2
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-2/+2
* Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-873/+48
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-48/+48
* Misc. keyboard input improvements AJR2016-10-081-0/+4
* srcclean (nw) Vas Crabb2016-09-261-4/+4
* Adding id() property to input_device Tomer Verona2016-09-201-16/+23
* A couple of fixes Tomer Verona2016-09-201-3/+6
* Tweak info message Tomer Verona2016-09-141-1/+1
* Support for configuring device to conrtoller id Tomer Verona2016-09-121-0/+103
* Merge pull request #1159 from shattered/_74dec47 R. Belmont2016-08-071-0/+5
|\
| * keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) Sergey Svishchev2016-07-301-0/+5
* | for bool type use true and false (nw) Miodrag Milanovic2016-07-311-1/+1
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-4/+4
|/
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-5/+5
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-2/+2
* Return std::string objects by value rather than pass by reference AJR2016-01-101-32/+25
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-1/+1
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-61/+61
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-10/+8
* Fixed some suggestions by ReSharper C++ (nw) Miodrag Milanovic2015-11-141-12/+12
* more cleanups and fix (nw) Miodrag Milanovic2015-11-111-0/+1
* Some cleanups and init fixes with help of ReSharper C++ (nw) Miodrag Milanovic2015-11-111-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2378