summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Analog settings so Digital and Autocenter Speeds are applied properly i... Derrick Renaud2009-03-081-32/+30
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-78/+0
* Fixed crash when mouse-clicking without a valid mouse_target set (typically a... Phil Bennett2008-12-261-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-12-221-1/+1
* Fixed crash bug in DCS games. Aaron Giles2008-12-111-2/+2
* 02688: DIP switch settings are not being stored in INP files. Aaron Giles2008-12-041-2/+10
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-7/+7
* Cleanups/version bump.mame0128u3 Aaron Giles2008-11-091-2/+2
* 02544: Dip Condition / Port Include limitation Aaron Giles2008-11-031-1/+3
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-2/+2
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-5/+42
* Changed slider controls into a menu. For now, removed the old direct access Aaron Giles2008-08-281-1/+1
* MESS-specific fixes Nathan Woods2008-08-201-2/+4
* 02113: xymg: xymg title mispelled Aaron Giles2008-08-141-0/+14
* Cleanups and version bump.mame0126u4 Aaron Giles2008-08-071-1/+1
* This also includes a fix for the bug reported at the bottom. Aaron Giles2008-08-061-0/+15
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-3/+1
* Cleaned up MESS-specific hooks Nathan Woods2008-07-271-3/+3
* Added some assertions Nathan Woods2008-07-261-0/+3
* Made input_port_read_indexed() private to machine/generic.c. Aaron Giles2008-07-241-13/+1
* Cleanups. Aaron Giles2008-07-171-7/+7
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-65/+71
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+0
* 01912: Various: Unable to construct input ports! (part 2) Aaron Giles2008-06-211-2/+0
* Fixed input port read validation. The previous check was way too aggressive, Aaron Giles2008-06-181-3/+8
* Added a validity check against reading input ports at init time. Curt Coder2008-06-161-0/+3
* Undo change 1933 temporarily ... not quite ready to unleash this on the world Aaron Giles2008-06-121-3/+0
* Added a validity check against reading input ports at init time. Curt Coder2008-06-121-0/+3
* Added option -[no]coin_lockout (-[no]coinlock) to control coin lockout behavior. Aaron Giles2008-06-121-1/+1
* 01827: All sets in galaga.c: DIP switch information is not being readded prop... Couriersud2008-06-101-1/+1
* Fix -listxml again. Aaron Giles2008-06-051-0/+2
* 01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin... Aaron Giles2008-06-051-2/+2
* Made it possible to pass a NULL errorbug to input_port_config_alloc() Nathan Woods2008-05-291-1/+1
* Cleanups for 0.125u3. Aaron Giles2008-05-291-11/+11
* Added internal default tags for input ports when saving/loading. Aaron Giles2008-05-291-18/+41
* Fixed bug that caused DIP switches to be improperly read from game cfg file. Aaron Giles2008-05-291-1/+1
* removed meaningless service_coin_lockout_w function Nicola Salmoria2008-05-291-16/+9
* Refinement of previous check-in to handle conditional inputs. Aaron Giles2008-05-251-32/+91
* Added TOKEN_SKIP_* macros to tokenize.h. Aaron Giles2008-05-251-104/+260
* MESS-specific: Added hook for default keyboard key names Nathan Woods2008-05-251-0/+16
* Updates from MESS in response to 0.125u2 Nathan Woods2008-05-251-2/+2
* Fix DEBUG=1 compile Couriersud2008-05-241-2/+2
* 01825: Toggling Tab menu works as F2 key in games with their service Aaron Giles2008-05-241-6/+90
* fix PORT_IMPULSE handling. The old code would force inputs to be asserted for... Nicola Salmoria2008-05-241-4/+9
* Mantis 01819: "Coinlock disabled coin x" message displayed upon startup Couriersud2008-05-231-14/+16
* Cleanups and version bump. Aaron Giles2008-05-221-124/+124
* Fixed crash when reading ports by tag, when some ports don't have tags. Aaron Giles2008-05-181-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2691/+2713
* MESS-specific change; added running_machine parameter Nathan Woods2008-05-041-1/+1