summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ioport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* reverting to classic ui due to lot of issues, as much as I hate reverting som... Miodrag Milanovic2014-04-171-86/+0
* ScrLock no longer is a menu key; it will now enable/disable keyboard menu sho... Nathan Woods2014-04-161-1/+2
* Moved eminline and related files into /src/osd since it's system related (nw) Miodrag Milanovic2014-04-161-12/+12
* Merge of new menubar code Nathan Woods2014-04-121-0/+85
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* removed mame_* aliases and just use core_* functions (nw) Oliver Stöneberg2014-03-241-1/+1
* Nuke some more auto_allocs. Aaron Giles2014-03-161-137/+0
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-7/+3
* added a few more missing \n in logging / cleanups (nw) Oliver Stöneberg2014-03-101-1/+1
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-1/+1
* Moved src/emu/ui.? ==> src/emu/ui/ui.?, changed to follow MAME OOP convention... Nathan Woods2014-01-291-5/+5
* More unglamourous changes (commenting, bool etc) Nathan Woods2014-01-171-3/+1
* Unglamorous changes from my UI rewrite Jürgen Buchmüller2014-01-171-2/+40
* Cleanups and version bumpmame0151 Miodrag Milanovic2013-11-051-2/+2
* Hardcoded toggled inputs (eg. simulated hi-lo gearshift-lock in racing games)... Michaël Banaan Ananas2013-10-261-5/+33
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* 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