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