summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-27/+11
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-4/+3
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-15/+15
* The starting value for an output port is now the default value, which is base... smf-2010-01-071-0/+1
* Added some missing header declarations and static qualifiers. Added validity.... Phil Bennett2010-01-061-0/+2
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* Fix for INP recording ports that have changed notification. Also prevents Aaron Giles2009-12-281-7/+4
* Fixes so we can compile as C++ again. Aaron Giles2009-12-281-1/+1
* Removed old index-based DISCRETE_ADJUSTMENT, and renamed Aaron Giles2009-12-231-19/+0
* Memory shares are now specified by tag instead of index. Aaron Giles2009-12-051-1/+1
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-7/+7
* Introduced a generic_pointers structure within machine that is Aaron Giles2009-11-261-1/+1
* Hooked up eepromdev.c using PORT_READ_LINE_DEVICE/PORT_WRITE_LINE_DEVICE in g... smf-2009-11-241-20/+16
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-84/+109
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-39/+157
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-16/+13
* Fixed access violation in MESS skeleton drivers with empty INPUT_PORT sections. Curt Coder2009-09-071-13/+16
* Cleanups and version bump.mame0133u5 Aaron Giles2009-09-071-1/+1
* Added PORT_CROSSHAIR_MAPPER() allowing you to specify an alternate, non-linea... Aaron Giles2009-09-071-0/+15
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-23/+23
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-0/+7
* Bulk change alert. Aaron Giles2009-04-261-25/+15
* Fixed an auto-center bug on analog joysticks that I added during a cleanup. Derrick Renaud2009-04-131-3/+2
* Reverted to older behavior for how modified input port fields are handled. Aaron Giles2009-04-131-1/+7
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-16/+16
* 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