summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Standardise on IPT_CUSTOM for hooking up custom code in PORT_BIT, leaving IPT... smf-2018-04-031-5/+3
* Remove all uses of first_screen() from core files, nw Ryan Holtz2018-03-111-1/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-0/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+0
* Rewind feature and RAM savestates. vadosnaprimer2017-12-061-0/+1
* Merge pull request #2672 from npwoods/multiple_natural_keyboard_bindings R. Belmont2017-10-101-5/+5
|\
| * Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-241-5/+5
* | Expose condition for DIP switches, configuration entries, and adjusters. Vas Crabb2017-10-081-0/+5
|/
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-1/+1
* ui: improve layout of art/info box, support mousewheel scroll in info Vas Crabb2017-08-101-6/+0
* convenience macro for enum bitwise operators (nw) Vas Crabb2017-07-221-3/+3
* general cleanup: Vas Crabb2017-05-231-14/+1
* Revert "ioport: driver shortname in the INP file header should be 16 characters" mahlemiut2017-02-161-16/+7
* ioport: driver shortname in the INP file header should be 16 characters mahlemiut2017-02-161-7/+16
* Service mode DIP switch adjustments AJR2017-01-021-0/+2
* XML refactoring: Vas Crabb2016-12-111-9/+9
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-95/+95
* Fix Visual Studio build (nw) Miodrag Milanovic2016-11-161-1/+1
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-3/+3
* Not for the release branch: remove all ioport and address map macros from tra... therealmogminer@gmail.com2016-10-251-31/+31
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-71/+71
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-9/+9
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-0/+1
* Misc. keyboard input improvements AJR2016-10-081-1/+0
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-81/+6
* UI-related cleanup (nw) AJR2016-08-091-12/+0
* New core input type: "Memory Reset" AJR2016-08-071-0/+1
* Devfind revision phase 2 (nw) AJR2016-08-051-2/+0
* make ioport_list a map instead of unordered_map, should fix INP incompatibili... mahlemiut2016-07-251-1/+1
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-3/+2
* Add flag to mark input fields as optional AJR2016-05-231-5/+5
* Ioport refactoring and cleanups (nw) AJR2016-05-181-3/+4
* NULL->nullptr, instead of DEVCB_NULL use always DEVCB_NOOP to prevent confusi... Miodrag Milanovic2016-04-241-4/+1
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-19/+19
* ioport.cpp: extended core input to support up to 10 players. etabeta782016-04-241-1/+5
* Avoid auto return types; silence some unused variable warnings (nw) AJR2016-03-311-4/+4
* Iterate over core classes C++11 style AJR2016-03-311-6/+6
* ioport: added IPT_POWER_ON/OFF F1/F2 meant for soft-power buttons, as seen of... hap2016-03-191-21/+7
* Wrap up INP header I/O Vas Crabb2016-03-081-13/+105
* make it same as before (nw) Miodrag Milanovic2016-03-081-1/+1
* use lambdas instead of wrappers (nw) Miodrag Milanovic2016-03-081-34/+2
* removed not used declarations (nw) Miodrag Milanovic2016-03-071-10/+0
* Cleanups and version bump Miodrag Milanovic2016-02-241-3/+3
* Added support for autofire under cheat menu and available only if cheats Michele Fochi2016-02-131-0/+14
* Grouped display of DAT file information in a single view. (WIP) nw dankan18902016-02-131-5/+1
* Added new options: Michele Fochi2016-02-081-0/+1
* VideoSnaps patch Michele Fochi aka motoschifo2016-02-071-0/+7
* clear the rest of mewui mentioning (nw) Miodrag Milanovic2016-02-041-2/+0
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-0/+18
* reverting: Miodrag Milanovic2016-01-201-12/+12