summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* removed unnecessary strlen() usage (no whatsnew) Oliver Stöneberg2012-07-271-1/+1
* Some cleanup of some observed #include redundancy from source files which use... Scott Stone2012-02-061-1/+0
* Removed old C-based interface to astrings. astring exists only as Aaron Giles2012-01-031-1/+1
* Death by static initialization order. Fixed declaration order at the Aaron Giles2011-06-201-4/+3
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-38/+38
* Fix for Apple GCC (no whatsnew) R. Belmont2011-05-311-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-1110/+1663
* Switch to using delegates for some callbacks: Aaron Giles2011-04-271-1/+1
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-5/+10
* BIG update. Aaron Giles2011-03-291-73/+75
* Converted core_options to a class. Removed a bunch of marginal Aaron Giles2011-03-031-10/+10
* mame_file is now emu_file and is a class. It is required Aaron Giles2011-02-121-10/+10
* I had originally wanted to convert the profiler to use scopes (e.g., Aaron Giles2010-08-211-2/+2
* Swap: (astring.len() != 0) -> astring Aaron Giles2010-08-211-1/+1
* Split mame.c into mame.c and machine.c, the latter containing the Aaron Giles2010-06-301-17/+17
* Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] Angelo Salese2010-05-241-1/+6
* Made input_device pointers non-volatile. Since we return pointers to them Aaron Giles2010-03-301-17/+17
* Fix bug introduced with astring changes that caused malformed tokens Aaron Giles2010-01-181-2/+2
* 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