summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util/ioprocs.cpp: Added wrappers for common patterns. (#11608) Vas Crabb2024-02-251-6/+9
* -emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN. Vas Crabb2023-12-111-2/+2
* ioport.cpp, rendfont.cpp: Use multibyte.h functions AJR2023-09-211-17/+3
* ioport.cpp: Trim extra spaces in keyboard key names more safely AJR2023-09-171-3/+7
* ioport: put IPT_ADJUSTER in same class as IPT_CONFIG hap2023-05-221-1/+1
* Adjustments to option priority interactions: Vas Crabb2023-05-091-26/+58
* -Lua engine: run everything in coroutines. (#11019) Vas Crabb2023-03-251-3/+1
* emu/ioport.cpp: Changed config save/load behaviour for conditional fields. Vas Crabb2023-03-011-6/+13
* ioport.cpp: Minor fix to error message AJR2023-02-221-1/+1
* Small batch of input refactoring: Vas Crabb2023-02-051-25/+125
* docs: Added an introduction to the input system for developers. Vas Crabb2023-02-031-82/+0
* Various input and OSD refactoring: Vas Crabb2023-01-291-0/+2
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-58/+71
* Optimisation, and baby steps towards untangling stuff: Vas Crabb2022-06-161-14/+14
* Lua engine: Make setting analog I/O port field values user-friendly. (#9322) feos2022-02-281-15/+45
* Remove fileio.h from emu.h AJR2022-02-111-10/+122
* Moved localised I/O port name lookup into I/O port manager. Vas Crabb2021-12-091-14/+81
* Fixed MT07153 (SlikStick configuration for asteroid not working). Vas Crabb2021-12-061-0/+3
* -emu/ioport.cpp: Fixed some default setting handling issues. Vas Crabb2021-11-041-15/+5
* -emu/ioport.cpp: Made default behaviour better. Vas Crabb2021-11-031-30/+41
* -emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11! Vas Crabb2021-11-031-56/+92
* plugins: Moved the timecode recording functionality to a plugin. Vas Crabb2021-11-021-174/+0
* util: Further API cleanups: (#8661) Vas Crabb2021-10-051-2/+2
* -ui: Made zoom controls a bit more intuitive. Vas Crabb2021-09-061-4/+4
* formats, osd, util: Started refactoring file I/O stuff. (#8456) Vas Crabb2021-08-221-30/+47
* Slightly cleaned up OSD input modules. Vas Crabb2021-07-291-4/+4
* API cleanups and miscellaneous fixes. Vas Crabb2021-07-151-193/+271
* -Miscellaneous improvements for software lists: Vas Crabb2021-06-231-10/+14
* emu/ioport.cpp: Preserve configuration for slot cards when not selected. Vas Crabb2021-06-231-41/+94
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-10/+7
* Much more core std::string_view modernization AJR2021-01-201-1/+2
* ioport.cpp: Eliminate redundant std::string("...").c_str() pattern AJR2020-12-311-13/+13
* natkeyboard: Remove from ioport_manager AJR2020-12-261-18/+17
* Eliminate many unnecessary c_str calls AJR2020-12-211-2/+2
* unicode.h: Updates AJR2020-12-151-0/+1
* Fairly significant overhaul of Lua engine and some cleanup. Vas Crabb2020-11-251-1/+1
* emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... Vas Crabb2020-10-111-1/+39
* -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-111-2/+34
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-7/+7
* ioport: Transfer crosshair polling loop to render_crosshair AJR2020-08-301-51/+5
* Slotified Mac 128k/512k/512ke/Plus keyboard port. Vas Crabb2020-07-011-1/+1
* srcclean and cleanup (nw) Vas Crabb2020-06-211-2/+2
* emu: correct some file headers (nw) hap2020-06-191-1/+1
* Setting analog inputs don't work in LUA (#6812) tim lindner2020-06-121-3/+26
* new machines marked as working Mirko2020-06-111-0/+2
* Merge pull request #6195 from firewave/includes R. Belmont2020-01-221-2/+2
|\
| * use C++ library includes (nw) firewave2020-01-221-2/+2
* | fixed some clang-tidy warnings (nw) (#6197) Oliver Stöneberg2020-01-221-2/+2
|/
* Eliminate simple_list_wrapper and replace its only use (nw) AJR2020-01-181-4/+4
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-31/+39