summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sega/sega_beena.cpp: Emulated Advanced Pico BEENA and TV Ocha-Ken. (#11213) qufb2023-10-281-2/+2
* Adjustments to option priority interactions: Vas Crabb2023-05-091-1/+2
* Input refactoring: Vas Crabb2023-02-181-329/+2
* Small batch of input refactoring: Vas Crabb2023-02-051-4/+6
* Shuffle some declarations around in core headers AJR2022-07-031-3/+0
* Lua engine: Make setting analog I/O port field values user-friendly. (#9322) feos2022-02-281-3/+5
* Remove fileio.h from emu.h AJR2022-02-111-112/+2
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-091-3/+3
* A little more refactoring, and Coverity fixes: Vas Crabb2021-11-251-0/+2
* emu/ioport.h: Fixed stupid mismatched friend declaration that GCC blithely ig... Vas Crabb2021-11-031-1/+1
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-031-13/+17
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-8/+0
* 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