summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* inptport.* -> ioport.* Aaron Giles2011-06-281-1301/+0
* Fixed PORT_CONDITION to look relative to device (no whatsnew) Miodrag Milanovic2011-06-221-1/+1
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-1/+1
* inptport: fix typo and MT #4360 - requires a recompile of all affected driver... Olivier Galibert2011-06-051-1/+1
* (Finally found the time to finish this....) Aaron Giles2011-05-301-10/+19
* Cleanups and version bumpmame0142u4 Angelo Salese2011-05-241-2/+2
* Removed legacy trampolines from eeprom_device, taking Aaron Giles2011-05-121-3/+3
* Changed input read/write and crosshair callbacks into delegates. Aaron Giles2011-05-111-22/+66
* Switch input ports to use function-based constructors instead of tokens. Aaron Giles2011-05-101-210/+215
* Attach gamedrv's input ports to the driver_device, so that there's Aaron Giles2011-05-051-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-3/+3
* Privatized most of the m_machine pointers in the system to prevent Aaron Giles2011-04-191-1/+4
* BIG update. Aaron Giles2011-03-291-32/+33
* Added possibility of altering default input port setting for devices. [Miodra... Miodrag Milanovic2011-03-161-1/+22
* inptport: Add existence and used bits interface for automatic controller adap... Olivier Galibert2011-03-051-1/+13
* Removed unnecessary machine parameter from device-specific input_port_read. [... Curt Coder2011-03-021-2/+2
* Added overloaded input_port_read() for reading device owned input ports. [Cur... Curt Coder2011-02-251-0/+3
* core: Make DEVICE_SELF work in ports. [O. Galibert] Olivier Galibert2011-02-231-0/+1
* Input ports can now be added to device, names are formed as sub tags from par... Miodrag Milanovic2011-02-131-2/+2
* > From: atari_ace@frontier.com Aaron Giles2011-01-271-4/+4
* 720 - added Driver Configuration option to allow the controls to be set to Re... Derrick Renaud2011-01-231-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-3/+3
* 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