summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/input.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Return std::string objects by value rather than pass by reference AJR2016-01-101-5/+5
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-6/+6
* Initial conversion of core to C++14. Note that compilers are now limited to G... Miodrag Milanovic2015-12-031-5/+4
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-9/+9
* string -> str rename due to future conflicts (nw) Miodrag Milanovic2015-04-121-5/+5
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-3/+3
* Improve responsiveness of 8-way joysticks default behaviour on 4-way games wh... Quench02015-02-211-1/+0
* Move destructor definitions out of header files included by emu.h; clean some... Alex W. Jackson2014-03-271-1/+1
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-3/+58
* Bulk convert files that already had standard BSD license in my name Aaron Giles2013-10-161-31/+2
* input: Support up to 32 buttons and harmonize Windows and SDL behavior if you... R. Belmont2013-02-181-1/+49
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* Fixed debug asserts (no whatsnew) Miodrag Milanovic2012-02-231-1/+1
* Death by static initialization order. Fixed declaration order at the Aaron Giles2011-06-201-1/+0
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-21/+21
* (Finally found the time to finish this....) Aaron Giles2011-05-301-346/+782
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+1
* BIG update. Aaron Giles2011-03-291-15/+15
* Added debug_global_input_code_pressed_once() function to input.c [Angelo Salese] Angelo Salese2010-05-241-0/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-3/+4
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-2/+2
* NOTE: This change requires two new osd functions: osd_malloc() and Aaron Giles2010-01-081-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Added debug_global_input_code_pressed() for use in debugging. Aaron Giles2009-09-081-0/+7
* > From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2009-09-061-13/+13
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+6
* Modified the makefile to support experimental optional C++ Aaron Giles2009-02-281-2/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-09-111-1/+1
* Robustified key behavior when the debugger is visible. Should now Aaron Giles2008-07-171-2/+3
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-0/+3
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-3/+3
* Add ITEM_IDs for additional axes and switches Couriersud2008-03-301-0/+77
* Normalized function pointer typedefs: they are now all Aaron Giles2008-03-031-2/+2
* 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-0/+3
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+555