| Commit message (Expand) | Author | Age | Files | Lines |
| * | add focus next/previous input types, will be hooked up later (nw) |  Vas Crabb | 2019-05-26 | 1 | -0/+2 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -1/+1 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -1/+1 |
| * | Assert in field_set_name if no field is configured (nw) |  AJR | 2019-01-13 | 1 | -1/+1 |
| * | Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... |  smf- | 2018-04-03 | 1 | -5/+3 |
| * | Remove all uses of first_screen() from core files, nw |  Ryan Holtz | 2018-03-11 | 1 | -1/+2 |
| * | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -0/+1 |
| * | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+0 |
| * | Rewind feature and RAM savestates. |  vadosnaprimer | 2017-12-06 | 1 | -0/+1 |
| * | Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings |  R. Belmont | 2017-10-10 | 1 | -5/+5 |
| |\ |
|
| | * | Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... |  Nathan Woods | 2017-09-24 | 1 | -5/+5 |
| * | | Expose condition for DIP switches, configuration entries, and adjusters. |  Vas Crabb | 2017-10-08 | 1 | -0/+5 |
| |/ |
|
| * | Added a natural keyboard validation to check for valid natural keyboard (uni)... |  npwoods | 2017-09-05 | 1 | -1/+1 |
| * | ui: improve layout of art/info box, support mousewheel scroll in info |  Vas Crabb | 2017-08-10 | 1 | -6/+0 |
| * | convenience macro for enum bitwise operators (nw) |  Vas Crabb | 2017-07-22 | 1 | -3/+3 |
| * | general cleanup: |  Vas Crabb | 2017-05-23 | 1 | -14/+1 |
| * | Revert "ioport: driver shortname in the INP file header should be 16 characters" |  mahlemiut | 2017-02-16 | 1 | -16/+7 |
| * | ioport: driver shortname in the INP file header should be 16 characters |  mahlemiut | 2017-02-16 | 1 | -7/+16 |
| * | Service mode DIP switch adjustments |  AJR | 2017-01-02 | 1 | -0/+2 |
| * | XML refactoring: |  Vas Crabb | 2016-12-11 | 1 | -9/+9 |
| * | Introduce u8/u16/u32/u64/s8/s16/s32/s64 |  Vas Crabb | 2016-11-19 | 1 | -95/+95 |
| * | Fix Visual Studio build (nw) |  Miodrag Milanovic | 2016-11-16 | 1 | -1/+1 |
| * | Turn xmlfile API into something that looks like C++ |  Vas Crabb | 2016-11-17 | 1 | -3/+3 |
| * | Not for the release branch: remove all ioport and address map macros from tra... |  therealmogminer@gmail.com | 2016-10-25 | 1 | -31/+31 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -71/+71 |
| * | use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... |  Miodrag Milanovic | 2016-10-22 | 1 | -9/+9 |
| * | Lock out ioport_fields independently of natural keyboard state (nw) |  AJR | 2016-10-20 | 1 | -0/+1 |
| * | Misc. keyboard input improvements |  AJR | 2016-10-08 | 1 | -1/+0 |
| * | Separate natural keyboard support from ioport.cpp (nw) |  AJR | 2016-10-02 | 1 | -81/+6 |
| * | UI-related cleanup (nw) |  AJR | 2016-08-09 | 1 | -12/+0 |
| * | New core input type: "Memory Reset" |  AJR | 2016-08-07 | 1 | -0/+1 |
| * | Devfind revision phase 2 (nw) |  AJR | 2016-08-05 | 1 | -2/+0 |
| * | make ioport_list a map instead of unordered_map, should fix INP incompatibili... |  mahlemiut | 2016-07-25 | 1 | -1/+1 |
| * | ioport tagged_list to unordered_map (nw) |  Miodrag Milanovic | 2016-06-18 | 1 | -3/+2 |
| * | Add flag to mark input fields as optional |  AJR | 2016-05-23 | 1 | -5/+5 |
| * | Ioport refactoring and cleanups (nw) |  AJR | 2016-05-18 | 1 | -3/+4 |
| * | NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... |  Miodrag Milanovic | 2016-04-24 | 1 | -4/+1 |
| * | Various cleanups suggested by static analyzer (nw) |  Miodrag Milanovic | 2016-04-24 | 1 | -19/+19 |
| * | ioport.cpp: extended core input to support up to 10 players. |  etabeta78 | 2016-04-24 | 1 | -1/+5 |
| * | Avoid auto return types; silence some unused variable warnings (nw) |  AJR | 2016-03-31 | 1 | -4/+4 |
| * | Iterate over core classes C++11 style |  AJR | 2016-03-31 | 1 | -6/+6 |
| * | ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen of... |  hap | 2016-03-19 | 1 | -21/+7 |
| * | Wrap up INP header I/O |  Vas Crabb | 2016-03-08 | 1 | -13/+105 |
| * | make it same as before (nw) |  Miodrag Milanovic | 2016-03-08 | 1 | -1/+1 |
| * | use lambdas instead of wrappers (nw) |  Miodrag Milanovic | 2016-03-08 | 1 | -34/+2 |
| * | removed not used declarations (nw) |  Miodrag Milanovic | 2016-03-07 | 1 | -10/+0 |
| * | Cleanups and version bump |  Miodrag Milanovic | 2016-02-24 | 1 | -3/+3 |
| * | Added support for autofire under cheat menu and available only if cheats |  Michele Fochi | 2016-02-13 | 1 | -0/+14 |
| * | Grouped display of DAT file information in a single view. (WIP) nw |  dankan1890 | 2016-02-13 | 1 | -5/+1 |
| * | Added new options: |  Michele Fochi | 2016-02-08 | 1 | -0/+1 |