summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.h
Commit message (Expand)AuthorAgeFilesLines
* Splel fxi (nw) Cowering2015-05-261-1/+1
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-16/+16
* Replace dynamic_array with std::vector [O. Galibert] Olivier Galibert2015-04-141-4/+4
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-2/+2
* let's try with a different approach that does not require to add a new macro ... etabeta782015-01-101-10/+4
* ioport: added a PORT_DEVICE flag to identify inputs of any kind which are etabeta782015-01-091-8/+14
* (MESS) ui.c: added shortcut commands for Tape Start and Tape Stop, Fabio Priuli2014-08-181-0/+2
* added aliases for some IPT_x Michaël Banaan Ananas2014-08-111-0/+5
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-5/+5
* Lua overhaul [Olivier Galibert, Miodrag Milanovic] Miodrag Milanovic2014-06-101-0/+4
* 16 buttons is plenty thanks (nw) Alex W. Jackson2014-05-051-14/+0
* sc4dnd / sc4dndtp / sc4dnddw layout fun - backup of WIP (nw) David Haywood2014-05-051-0/+14
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-13/+2
* ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... Nathan Woods2014-04-161-1/+1
* Adding dummy IPT_UI_* slots as a temporary measure Nathan Woods2014-04-151-0/+7
* Readding single step capability Nathan Woods2014-04-151-0/+1
* Merge of new menubar code Nathan Woods2014-04-121-2/+5
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-5/+5
* no more legacy CUSTOM_INPUT (nw) Miodrag Milanovic2014-03-241-1/+0
* Nuke some more auto_allocs. Aaron Giles2014-03-161-0/+145
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-5/+3
* Unglamorous changes from my UI rewrite Jürgen Buchmüller2014-01-171-0/+13
* Fix another emscripten compile error (nw) Justin Kerk2013-11-061-0/+1
* Hardcoded toggled inputs (eg. simulated hi-lo gearshift-lock in racing games)... Michaël Banaan Ananas2013-10-261-0/+1
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* Expand read_line to all 0s or all 1s; fixes cases where read_line Aaron Giles2013-07-201-2/+2
* Move Atari drivers to using ioport callbacks for sound communication Aaron Giles2013-07-151-1/+4
* or is this the better way.. Michaël Banaan Ananas2013-07-111-0/+1
* removed runtime ioport tagmap lookup when using PORT_CONDITION with PORT_BIT,... smf-2013-02-111-3/+6
* Fixing natural keyboard debugger commands (input, dumpkbd) Nathan Woods2013-02-101-4/+3
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-29/+14
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-204/+204
* input: Fix joystick constraint computations when multiple sources are possibl... Olivier Galibert2012-12-301-8/+8
* Made amiga keyboard a device, and removed legacy port changed support (no wha... Miodrag Milanovic2012-09-191-4/+0
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-1/+1
* PORT_ADJUSTER now accepts PORT_MINMAX as well. [Couriersud] Couriersud2012-07-221-0/+1
* Doing renumbering for controller port players, to enable dynamic controller b... Miodrag Milanovic2012-06-151-0/+1
* Clean-ups and version bump Miodrag Milanovic2012-05-211-1/+1
* cleanup (nw) Miodrag Milanovic2012-05-101-2/+4
* Fixed natural keyboard issues in ioport (no whatsnew) Miodrag Milanovic2012-05-101-3/+3
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-35/+35
* Fix issue where changes to the default input config did not Aaron Giles2012-05-071-0/+1
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-1/+1
* Fix saving changes to inputs, player mappings, and a couple Aaron Giles2012-05-041-2/+3
* Fix issue where initial values are not set up correctly. Aaron Giles2012-05-041-1/+3
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-858/+1072
* Clean-ups and version bumpmame0145u7 Angelo Salese2012-04-221-1/+1
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-8/+81
* Guess at a fix for clickable artwork. Aaron Giles2012-02-051-1/+1