summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.c
Commit message (Expand)AuthorAgeFilesLines
* Fix -listxml again. Aaron Giles2008-06-051-0/+2
* 01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin... Aaron Giles2008-06-051-2/+2
* Made it possible to pass a NULL errorbug to input_port_config_alloc() Nathan Woods2008-05-291-1/+1
* Cleanups for 0.125u3. Aaron Giles2008-05-291-11/+11
* Added internal default tags for input ports when saving/loading. Aaron Giles2008-05-291-18/+41
* Fixed bug that caused DIP switches to be improperly read from game cfg file. Aaron Giles2008-05-291-1/+1
* removed meaningless service_coin_lockout_w function Nicola Salmoria2008-05-291-16/+9
* Refinement of previous check-in to handle conditional inputs. Aaron Giles2008-05-251-32/+91
* Added TOKEN_SKIP_* macros to tokenize.h. Aaron Giles2008-05-251-104/+260
* MESS-specific: Added hook for default keyboard key names Nathan Woods2008-05-251-0/+16
* Updates from MESS in response to 0.125u2 Nathan Woods2008-05-251-2/+2
* Fix DEBUG=1 compile Couriersud2008-05-241-2/+2
* 01825: Toggling Tab menu works as F2 key in games with their service Aaron Giles2008-05-241-6/+90
* fix PORT_IMPULSE handling. The old code would force inputs to be asserted for... Nicola Salmoria2008-05-241-4/+9
* Mantis 01819: "Coinlock disabled coin x" message displayed upon startup Couriersud2008-05-231-14/+16
* Cleanups and version bump. Aaron Giles2008-05-221-124/+124
* Fixed crash when reading ports by tag, when some ports don't have tags. Aaron Giles2008-05-181-1/+1
* Restructured input port internals and cleaned up inptport.c: Aaron Giles2008-05-151-2691/+2713
* MESS-specific change; added running_machine parameter Nathan Woods2008-05-041-1/+1
* Changed MESS-specific key for pasting (PrtScn was _not_ a good choice on Wind... Nathan Woods2008-05-041-2/+2
* Added a MESS-specific "paste" command; used to paste clipboard data into MESS's Nathan Woods2008-05-031-1/+2
* MESS specific fix Nathan Woods2008-04-261-1/+1
* Changed MESS's hooks used by natural keyboard support, eliminating MESS's need Nathan Woods2008-04-161-6/+6
* Added support for using smaller-sized memory handlers directly in Aaron Giles2008-04-141-16/+0
* Changes from MESS: Nathan Woods2008-04-141-1/+17
* fixed cross-hair update when the game is not polling the coordinates smf-2008-04-131-24/+38
* Cleanups and version bump to 0.124u2.mame0124u2 Aaron Giles2008-04-121-23/+23
* Fixed bug that prevented the initial input port update from working properly. Aaron Giles2008-04-071-5/+13
* Renamed input port functions: Aaron Giles2008-04-061-14/+14
* 01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,... Aaron Giles2008-04-061-546/+743
* Show a message if coin-lockout is active and coin x is pressed. Couriersud2008-04-031-1/+6
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-1/+1
* Converted special-case DIP switches (service, unknown, unused) into their Aaron Giles2008-03-281-0/+27
* Better multisession fix. Reverted previous change (1002) and simply Aaron Giles2008-03-171-7/+3
* Missing semicolon -- how did it even compile? Zsolt Vasvari2008-03-161-1/+1
* Fix: 01499: Various Drivers: Launching games from in-game [TAB] menu 2-3 time... Zsolt Vasvari2008-03-161-0/+4
* Removed cpu_scalebyfcount(). Aaron Giles2008-03-121-76/+41
* Fixing MESS-specific category tokenization Nathan Woods2008-03-121-1/+5
* Replaced the following macros (SMH == static memory handler) Aaron Giles2008-03-101-4/+4
* WIP check-in. Things work now, but I'm still working on the code. Aaron Giles2008-03-091-1/+1
* Changes first argument of video_screen_* functions to take a device_config Zsolt Vasvari2008-03-091-1/+1
* - the public screen_state is made to only contain items that are currently ac... Zsolt Vasvari2008-03-071-4/+0
* Seperates out the notion of screen specific vs. "global" VBLANK callbacks Zsolt Vasvari2008-03-071-4/+4
* Removed runnning_machine as the first parameter of a VBLANK callback Zsolt Vasvari2008-03-071-3/+3
* vblank_state_changed_func now has a device_config argument Zsolt Vasvari2008-03-061-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-7/+7
* Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it Zsolt Vasvari2008-03-031-1/+1
* - Added PORT_CHANGED macro which calls a callback if the given port changes. Zsolt Vasvari2008-03-031-62/+60
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-14/+34
* Identified code not used and marked with "#ifdef UNUSED_FUNCTION" Couriersud2008-03-011-0/+2