summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.c
Commit message (Expand)AuthorAgeFilesLines
* removed runtime ioport tagmap lookup when using PORT_CONDITION with PORT_BIT,... smf-2013-02-111-2/+18
* Fixing natural keyboard debugger commands (input, dumpkbd) Nathan Woods2013-02-101-50/+10
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-2/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-485/+483
* Fixed crash on exit -nw- Phil Bennett2013-01-021-1/+0
* input: Fix joystick constraint computations when multiple sources are possibl... Olivier Galibert2012-12-301-6/+6
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-4/+4
* Clean-ups and version bumpmame0146u2 Miodrag Milanovic2012-07-021-3/+3
* Fix for MT bug #04892 (no whatsnew) Miodrag Milanovic2012-06-191-6/+6
* Doing renumbering for controller port players, to enable dynamic controller b... Miodrag Milanovic2012-06-151-0/+20
* Clean-ups and version bump Miodrag Milanovic2012-05-211-6/+6
* set m_cursetting to NULL since must not be set in case of onoff_alloc, this f... Miodrag Milanovic2012-05-171-0/+2
* Fix for PORT_CONDITION regression (no whatsnew) Miodrag Milanovic2012-05-161-2/+3
* Little cleanup (nw) Miodrag Milanovic2012-05-161-25/+3
* port changed regression fix (no whatsnew) Miodrag Milanovic2012-05-161-1/+23
* objdump doesn't work with VS binaries, so do not run it by Firewave (no whats... Miodrag Milanovic2012-05-151-3/+10
* cleanup (nw) Miodrag Milanovic2012-05-101-8/+13
* Fixed natural keyboard issues in ioport (no whatsnew) Miodrag Milanovic2012-05-101-7/+15
* Fix OS X PowerPC compile (nw) R. Belmont2012-05-081-0/+3
* Clean-ups and version bumpmame0145u8 Miodrag Milanovic2012-05-071-113/+113
* Fix issue where changes to the default input config did not Aaron Giles2012-05-071-7/+7
* Fix some analog control issues due to incorrect assumption Aaron Giles2012-05-051-14/+14
* Fix saving changes to inputs, player mappings, and a couple Aaron Giles2012-05-041-14/+35
* Fix issue where initial values are not set up correctly. Aaron Giles2012-05-041-6/+14
* ioport.c C++ conversion. Mostly internal changes, with no Aaron Giles2012-05-031-3579/+3228
* Created ioport_manager and moved the port list to it. Aaron Giles2012-04-221-242/+187
* Cleaned up required_/optional_<object> templates. Aaron Giles2012-04-201-1/+0
* Fatal error if a custom I/O port handler's device is not found. Aaron Giles2012-02-251-0/+4
* ioport.c: Made the key/paste buffer auto-expand when it becomes full. This ma... Wilbert Pol2012-02-061-12/+30
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Guess at a fix for clickable artwork. Aaron Giles2012-02-051-3/+3
* Move devices into a proper hierarchy and handle naming Aaron Giles2012-01-241-31/+16
* Made codes in the 'input' debugger command case insensitive Nathan Woods2012-01-221-1/+1
* Fix issue displaying keyboard names in menu (no whatsnew) Miodrag Milanovic2012-01-051-1/+1
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-13/+8
* fix silly unnoticed bug where increment/decrement strings were swapped around... Michaël Banaan Ananas2011-12-221-1/+1
* (rm kani litter) Michaël Banaan Ananas2011-12-101-99/+0
* fix analog wrap+port_reaet combination (kanikani regression) Michaël Banaan Ananas2011-12-101-7/+3
* Move per emulator constants info into separate class [Miodrag Milanovic] Miodrag Milanovic2011-11-171-2/+2
* Adding assertion Nathan Woods2011-11-121-0/+2
* Put DEF_STR( International ) back, it's used in MESS (no whatsnew) Alex W. Jackson2011-10-311-0/+1
* Added some common country and language names to the default strings, and remo... Alex W. Jackson2011-10-311-5/+8
* Changed some of the default mappings for analog controls in order to fix vari... Alex W. Jackson2011-10-271-2/+2
* Clean-ups and version bumpmame0143u8 Angelo Salese2011-10-231-103/+103
* Made some fixes/additions to the input system [kanikani] Angelo Salese2011-10-231-58/+185
* correct rounding when applying analog sensitivity Michaël Banaan Ananas2011-08-281-3/+3
* Putting "coinlock disabled" popmessage under MAME_DEBUG or verbose(mame -v). ... Michaël Banaan Ananas2011-08-221-1/+6
* ioport.c: during emulation, detect keyboard only when enabled [Fabio Priuli] Miodrag Milanovic2011-08-171-1/+9
* removed support for PORT_CATEGORY from the core, since PORT_CONDITION is enou... Fabio Priuli2011-08-171-45/+1
* Fixes for variable shadowing [Oliver Stöneberg] R. Belmont2011-07-211-2/+2