summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
Commit message (Expand)AuthorAgeFilesLines
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-1/+3
* Increased number of coinslots to 12, and tilt inputs to 4, required by in-pro... Angelo Salese2010-05-271-1/+11
* Added a new input type IPT_KEYPAD for MESS, to distinguish between fully feat... Fabio Priuli2010-04-051-0/+1
* Cleaned natural keyboard implementation (no credits) Miodrag Milanovic2010-02-141-18/+1
* Minor function rename. Aaron Giles2010-02-141-1/+1
* - Moved natural keyboard support from MESS to MAME Miodrag Milanovic2010-02-121-0/+66
* - Renamed GAME_COMPUTER_MODIFIED to GAME_UNOFFICIAL to mark unofficial hardwa... Miodrag Milanovic2010-02-111-0/+2
* Cleanups and version bump. Aaron Giles2010-01-281-1/+1
* Created new template class tagged_list which manages a simple list Aaron Giles2010-01-171-37/+15
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-15/+8
* Results of running the latest srcclean. Aaron Giles2009-12-281-7/+7
* 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-3/+0
* Cleanups and version bump.mame0135u2 Aaron Giles2009-11-301-2/+2
* Added new module tagmap which is a simple hashed string map. Aaron Giles2009-11-231-7/+38
* added device support to the input system. internally this replaces PORT_CUSTO... smf-2009-11-201-1/+36
* > -----Original Message----- Aaron Giles2009-10-011-3/+9
* Added PORT_CROSSHAIR_MAPPER() allowing you to specify an alternate, non-linea... Aaron Giles2009-09-071-0/+13
* > From: Pugsy [mailto:pugsy@gmx.net] Aaron Giles2009-09-031-0/+1
* Added a POKER_BET general input definition. Roberto Fresca2009-08-221-0/+1
* Added default input mappings for Hanafuda games. Updated most of the Hanafuda... Fabio Priuli2009-08-041-0/+12
* Added a stop4 input to slot default and remapped slot default keys to better ... Fabio Priuli2009-08-041-0/+1
* Added default input mappings for gambling / poker / slot games. Converted man... Fabio Priuli2009-08-021-0/+30
* many DIPSW fixes [kanikani] Yasuhiro Ogawa2009-05-271-0/+7
* Crosshair update Derrick Renaud2009-03-281-1/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-0/+1
* Converted the following drivers to the new device-based 6821 PIA: Aaron Giles2009-03-021-6/+0
* Ok, this is The Big One. Aaron Giles2009-02-111-8/+0
* 02688: DIP switch settings are not being stored in INP files. Aaron Giles2008-12-041-1/+1
* Terminology cleanup. "Machine" handlers are now "space" handlers. Aaron Giles2008-11-151-5/+5
* Removed unneeded keys by removing the constants. stephh2008-10-031-6/+0
* Added mechanism to generically specify input port tags in place of Aaron Giles2008-10-011-0/+8
* OSD notice: you now need to report separate mouse up/mouse down events Aaron Giles2008-09-091-0/+3
* MESS-specific fixes Nathan Woods2008-08-201-0/+1
* This also includes a fix for the bug reported at the bottom. Aaron Giles2008-08-061-1/+5
* NOTE: with this change, I have also removed PORT_START and renamed Aaron Giles2008-08-061-7/+2
* Made input_port_read_indexed() private to machine/generic.c. Aaron Giles2008-07-241-3/+0
* Note: I have done some testing, but there are probably more bugs Aaron Giles2008-07-121-10/+9
* Added TOKEN_SKIP_* macros to tokenize.h. Aaron Giles2008-05-251-1/+1
* 01825: Toggling Tab menu works as F2 key in games with their service Aaron Giles2008-05-241-0/+5
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-190/+284
* Added a MESS-specific "paste" command; used to paste clipboard data into MESS's Nathan Woods2008-05-031-0/+1
* MESS specific fix Nathan Woods2008-04-261-1/+1
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-2/+0
* Changes from MESS: Nathan Woods2008-04-141-0/+2
* Fix compile error on systems where time.h isn't automagically included. R. Belmont2008-04-121-1/+2
* MESS specific fix Nathan Woods2008-04-121-1/+1
* Renamed input port functions: Aaron Giles2008-04-061-3/+3
* 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... Aaron Giles2008-04-061-17/+13
* Converted special-case DIP switches (service, unknown, unused) into their Aaron Giles2008-03-281-42/+40