summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* UI input mapping menu updates: Vas Crabb2019-11-211-1/+1
* ioport.cpp: small cleanup (nw) Vas Crabb2019-11-191-3/+4
* Remove internal autofire functionality as there's a plugin for that now (#5802) Vas Crabb2019-11-171-26/+5
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-3/+6
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-9/+9
* (nw) get rid of the rest of assert_always - it's better to be explicit about ... Vas Crabb2019-09-201-6/+12
* PORT_CUSTOM simplification (nw) AJR2019-09-141-3/+2
* ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw) AJR2019-08-151-1/+1
* New working machine added hap2019-04-151-1/+1
* Make "Keypad ," and "Keypad =" standard keys AJR2018-05-111-0/+2
* Stop including random strings of question marks in key names AJR2017-12-191-1/+1
* Fix core rounding error with analog input sensitivity scaling (nw) AJR2017-11-211-1/+1
* Better wraparound handling for relative inputs AJR2017-11-131-27/+26
* Hit save (nw) angelosa2017-10-171-1/+1
* Proposed fix for MT #06154 (nw) angelosa2017-10-171-1/+7
* Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv... Nathan Woods2017-09-241-12/+30
* Merge pull request #2647 from npwoods/key_name_switch_formatting hap2017-09-161-45/+45
|\
| * Changing switch statement in ioport_field::key_name() to MAME favored formatting Nathan Woods2017-09-101-45/+45
* | ioport: remove really bad usage of machine->rand() (nw) hap2017-09-151-7/+2
* | Using a better overload of utf8_from_uchar() in ioport_field::key_name (nw) Nathan Woods2017-09-101-6/+1
|/
* Added a natural keyboard validation to check for valid natural keyboard (uni)... npwoods2017-09-051-9/+2
* ioport.cpp: return explicit "file not found" error if inp file isn't found on... angelosa2017-08-251-1/+8