summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Amiga keyboard updates: Vas Crabb2017-02-051-2/+2
* Service mode DIP switch adjustments AJR2017-01-021-7/+20
* XML refactoring: Vas Crabb2016-12-111-27/+27
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-35/+35
* Turn xmlfile API into something that looks like C++ Vas Crabb2016-11-171-41/+41
* Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ... Miodrag Milanovic2016-11-121-1/+1
* Added IS_ENABLED, so we have compiler check for non used part, it is checked ... Miodrag Milanovic2016-11-111-1/+1
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-3/+3
* Merge pull request #1557 from ajrhacker/inputdev R. Belmont2016-10-291-27/+17
|\
| * Polymorphize input_device and input_class; move to separate source file (nw) AJR2016-10-241-27/+17
* | Not for the release branch: remove all ioport and address map macros from tra... therealmogminer@gmail.com2016-10-251-9/+16
|/
* Reverting part of changes from previous commits as described in mail on list ... Miodrag Milanovic2016-10-231-1/+1
* there you go (nw) Miodrag Milanovic2016-10-221-1/+1
* more TRUE/FALSE cleanup (nw) Miodrag Milanovic2016-10-221-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-34/+34
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-9/+9
* some bool <-> int not needed conversions, also cleaned drivenum.* was using m... Miodrag Milanovic2016-10-211-1/+1
* Lock out ioport_fields independently of natural keyboard state (nw) AJR2016-10-201-3/+4
* Misc. keyboard input improvements AJR2016-10-081-23/+4
* Separate natural keyboard support from ioport.cpp (nw) AJR2016-10-021-947/+103
* A couple of fixes Tomer Verona2016-09-201-12/+15
* Support for configuring device to conrtoller id Tomer Verona2016-09-121-0/+18
* UI-related cleanup (nw) AJR2016-08-091-27/+0
* Merge pull request #1202 from npwoods/use_romentry_vector R. Belmont2016-08-071-3/+2
|\
| * C++-fiied code that iterates over rom_entry arrays (without usage of rom_[fir... Nathan Woods2016-08-071-3/+2
* | Merge pull request #1159 from shattered/_74dec47 R. Belmont2016-08-071-0/+5
|\ \ | |/ |/|
| * keyboard: add F16..F20 keys (present on DEC LK201 keyboard and its clones) Sergey Svishchev2016-07-301-0/+5
* | made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-3/+3
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2
|/
* remove all usages of tagmap Miodrag Milanovic2016-06-181-1/+1
* ioport tagged_list to unordered_map (nw) Miodrag Milanovic2016-06-181-41/+43
* Some misc updates, nw angelosa2016-06-161-1/+1
* Unnecessary leftover (nw) AJR2016-05-231-2/+1
* Add flag to mark input fields as optional AJR2016-05-231-9/+2
* Ioport refactoring and cleanups (nw) AJR2016-05-181-57/+39
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+3
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-2/+2