summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* frontend: Keep cleaning up. Vas Crabb2021-10-111-3/+1
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-2/+2
* -viewgfx: Added fractional zoom-out support to the tilemap viewer. Also added... MooglyGuy2021-08-311-0/+1
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-2/+7
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-60/+43
* emu/ioport.cpp: Preserve configuration for slot cards when not selected. Vas Crabb2021-06-231-4/+7
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* natkeyboard: Remove from ioport_manager AJR2020-12-261-2/+0
* More Lua engine clean-up and documentation, resulting in core cleanup. Vas Crabb2020-12-181-0/+1
* Cleaned up inputs a little. Vas Crabb2020-09-161-10/+9
* ioport: Transfer crosshair polling loop to render_crosshair AJR2020-08-301-9/+9
* srcclean and cleanup (nw) Vas Crabb2020-06-211-3/+3
* Setting analog inputs don't work in LUA (#6812) tim lindner2020-06-121-1/+6
* new machines marked as working Mirko2020-06-111-1/+2
* use C++ library includes (nw) firewave2020-01-221-1/+1
* Eliminate simple_list_wrapper and replace its only use (nw) AJR2020-01-181-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-74/+74
* Remove internal autofire functionality as there's a plugin for that now (#5802) Vas Crabb2019-11-171-14/+0
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-7/+27
* PORT_CUSTOM simplification (nw) AJR2019-09-141-11/+16
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-7/+7
* add focus next/previous input types, will be hooked up later (nw) Vas Crabb2019-05-261-0/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-1/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+1
* Assert in field_set_name if no field is configured (nw) AJR2019-01-131-1/+1
* 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