| Commit message (Expand) | Author | Age | Files | Lines |
| * | New working machine added |  hap | 2019-04-15 | 1 | -1/+1 |
| * | Make "Keypad ," and "Keypad =" standard keys |  AJR | 2018-05-11 | 1 | -0/+2 |
| * | Stop including random strings of question marks in key names |  AJR | 2017-12-19 | 1 | -1/+1 |
| * | Fix core rounding error with analog input sensitivity scaling (nw) |  AJR | 2017-11-21 | 1 | -1/+1 |
| * | Better wraparound handling for relative inputs |  AJR | 2017-11-13 | 1 | -27/+26 |
| * | Hit save (nw) |  angelosa | 2017-10-17 | 1 | -1/+1 |
| * | Proposed fix for MT #06154 (nw) |  angelosa | 2017-10-17 | 1 | -1/+7 |
| * | Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... |  Nathan Woods | 2017-09-24 | 1 | -12/+30 |
| * | Merge pull request #2647 from npwoods/key_name_switch_formatting |  hap | 2017-09-16 | 1 | -45/+45 |
| |\ |
|
| | * | Changing switch statement in ioport_field::key_name() to MAME favored formatting |  Nathan Woods | 2017-09-10 | 1 | -45/+45 |
| * | | ioport: remove really bad usage of machine->rand() (nw) |  hap | 2017-09-15 | 1 | -7/+2 |
| * | | Using a better overload of utf8_from_uchar() in ioport_field::key_name (nw) |  Nathan Woods | 2017-09-10 | 1 | -6/+1 |
| |/ |
|
| * | Added a natural keyboard validation to check for valid natural keyboard (uni)... |  npwoods | 2017-09-05 | 1 | -9/+2 |
| * | ioport.cpp: return explicit "file not found" error if inp file isn't found on... |  angelosa | 2017-08-25 | 1 | -1/+8 |
| * | Amiga keyboard updates: |  Vas Crabb | 2017-02-05 | 1 | -2/+2 |
| * | Service mode DIP switch adjustments |  AJR | 2017-01-02 | 1 | -7/+20 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -27/+27 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -35/+35 |
| * | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 1 | -41/+41 |
| * | Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... |  Miodrag Milanovic | 2016-11-12 | 1 | -1/+1 |
| * | Added IS_ENABLED, so we have compiler check for non used part, it is checked ... |  Miodrag Milanovic | 2016-11-11 | 1 | -1/+1 |
| * | Do not use FUNC in delegate where applicable (nw) |  Miodrag Milanovic | 2016-11-06 | 1 | -3/+3 |
| * | Merge pull request #1557 from ajrhacker/inputdev |  R. Belmont | 2016-10-29 | 1 | -27/+17 |
| |\ |
|
| | * | Polymorphize input_device and input_class; move to separate source file (nw) |  AJR | 2016-10-24 | 1 | -27/+17 |
| * | | Not for the release branch: remove all ioport and address map macros from tra... |  therealmogminer@gmail.com | 2016-10-25 | 1 | -9/+16 |
| |/ |
|
| * | Reverting part of changes from previous commits as described in mail on list ... |  Miodrag Milanovic | 2016-10-23 | 1 | -1/+1 |
| * | there you go (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -1/+1 |
| * | more TRUE/FALSE cleanup (nw) |  Miodrag Milanovic | 2016-10-22 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -34/+34 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |
| * | some bool <-> int not needed conversions, also cleaned drivenum.* was using m... |  Miodrag Milanovic | 2016-10-21 | 1 | -1/+1 |
| * | Lock out ioport_fields independently of natural keyboard state (nw) |  AJR | 2016-10-20 | 1 | -3/+4 |
| * | Misc. keyboard input improvements |  AJR | 2016-10-08 | 1 | -23/+4 |
| * | Separate natural keyboard support from ioport.cpp (nw) |  AJR | 2016-10-02 | 1 | -947/+103 |
| * | A couple of fixes |  Tomer Verona | 2016-09-20 | 1 | -12/+15 |
| * | Support for configuring device to conrtoller id |  Tomer Verona | 2016-09-12 | 1 | -0/+18 |
| * | UI-related cleanup (nw) |  AJR | 2016-08-09 | 1 | -27/+0 |
| * | Merge pull request #1202 from npwoods/use_romentry_vector |  R. Belmont | 2016-08-07 | 1 | -3/+2 |
| |\ |
|
| | * | C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... |  Nathan Woods | 2016-08-07 | 1 | -3/+2 |
| * | | Merge pull request #1159 from shattered/_74dec47 |  R. Belmont | 2016-08-07 | 1 | -0/+5 |
| |\ \
| |/
|/| |
|
| | * | keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) |  Sergey Svishchev | 2016-07-30 | 1 | -0/+5 |
| * | | made constexprs lower case and used constexpr for returning input value as we... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
| * | | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -2/+2 |
| |/ |
|
| * | remove all usages of tagmap |  Miodrag Milanovic | 2016-06-18 | 1 | -1/+1 |
| * | ioport tagged_list to unordered_map (nw) |  Miodrag Milanovic | 2016-06-18 | 1 | -41/+43 |
| * | Some misc updates, nw |  angelosa | 2016-06-16 | 1 | -1/+1 |
| * | Unnecessary leftover (nw) |  AJR | 2016-05-23 | 1 | -2/+1 |
| * | Add flag to mark input fields as optional |  AJR | 2016-05-23 | 1 | -9/+2 |
| * | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -57/+39 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -3/+3 |