summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/inptport.h
Commit message (Expand)AuthorAgeFilesLines
...
* Next batch of machine->screen[] removal Zsolt Vasvari2008-03-121-1/+0
* Fixing MESS-specific category tokenization Nathan Woods2008-03-121-1/+1
* MESS-specific fix Nathan Woods2008-03-101-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it Zsolt Vasvari2008-03-031-2/+2
* - Added PORT_CHANGED macro which calls a callback if the given port changes. Zsolt Vasvari2008-03-031-3/+16
* - Moves all video timing logic from cpuexec.c to video.c Zsolt Vasvari2008-03-011-2/+1
* Spacing and version bump.mame0123u3 Aaron Giles2008-02-281-5/+5
* Fixed typo. Aaron Giles2008-02-261-1/+1
* Added new module: tokenize.h. This centralizes the behavior of Aaron Giles2008-02-251-107/+106
* Pulled remaining vestiges of old-style colortables: Aaron Giles2008-02-191-26/+48
* Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h. Aaron Giles2008-01-291-4/+15
* Corrected copy-paste error in comment Zsolt Vasvari2008-01-171-1/+1
* Fixed up LAI games to working status. Aaron Giles2008-01-161-0/+5
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Changed an unamed enumeration to a named one (input_seq_type) Nathan Woods2007-12-261-4/+4
* Changes for MAME 0.121u4.mame0121u4 Aaron Giles2007-12-171-2/+2
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+903