summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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