summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.c
Commit message (Expand)AuthorAgeFilesLines
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-2/+1
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-38/+31
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+5
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2
* From: David Haywood [neohaze@nildram.co.uk] Aaron Giles2009-10-011-1/+4
* Cleanups and version bump. Aaron Giles2009-09-101-3/+3
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-8/+30
* MAMEUI uses input_seq_from_tokens() outside the context of a running emulation, Nathan Woods2009-09-071-2/+2
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-97/+134
* Changed profiler to separate start/stop cases. [Christophe Jaillet] Aaron Giles2009-08-191-2/+2
* Bulk change alert. Aaron Giles2009-04-261-6/+5
* Changed UI to ignore selection from lightguns when off screen. This stops se... Derrick Renaud2009-04-241-55/+52
* Fixed bug where repeating axis values were being selected for button input in... Derrick Renaud2009-04-231-37/+114
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-14/+14
* 02747: Compile error on openSUSE 11.1 / gcc 4.3.2 with OPTIMIZE=3 Aaron Giles2008-12-251-1/+1
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-4/+5
* Cleanups. Aaron Giles2008-07-171-1/+1
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+27
* 01663: Hat switches not working Couriersud2008-04-041-1/+2
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1
* Add ITEM_IDs for additional axes and switches Couriersud2008-03-301-3/+70
* Fix cfg file corruption if joystick is not connected Couriersud2008-03-261-1/+1
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-1/+1
* Cleanups and version bump to 0.122u4.mame0122u4 Aaron Giles2008-01-071-1/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Added new function input_poll_keyboard_switches to poll for only key events. Aaron Giles2008-01-041-1/+39
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-4/+4
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+1603