index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
inptport.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unneeded keys by removing the constants.
stephh
2008-10-03
1
-6
/
+0
*
Added mechanism to generically specify input port tags in place of
Aaron Giles
2008-10-01
1
-0
/
+8
*
OSD notice: you now need to report separate mouse up/mouse down events
Aaron Giles
2008-09-09
1
-0
/
+3
*
MESS-specific fixes
Nathan Woods
2008-08-20
1
-0
/
+1
*
This also includes a fix for the bug reported at the bottom.
Aaron Giles
2008-08-06
1
-1
/
+5
*
NOTE: with this change, I have also removed PORT_START and renamed
Aaron Giles
2008-08-06
1
-7
/
+2
*
Made input_port_read_indexed() private to machine/generic.c.
Aaron Giles
2008-07-24
1
-3
/
+0
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
1
-10
/
+9
*
Added TOKEN_SKIP_* macros to tokenize.h.
Aaron Giles
2008-05-25
1
-1
/
+1
*
01825: Toggling Tab menu works as F2 key in games with their service
Aaron Giles
2008-05-24
1
-0
/
+5
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-190
/
+284
*
Added a MESS-specific "paste" command; used to paste clipboard data into MESS's
Nathan Woods
2008-05-03
1
-0
/
+1
*
MESS specific fix
Nathan Woods
2008-04-26
1
-1
/
+1
*
Added support for using smaller-sized memory handlers directly in
Aaron Giles
2008-04-14
1
-2
/
+0
*
Changes from MESS:
Nathan Woods
2008-04-14
1
-0
/
+2
*
Fix compile error on systems where time.h isn't automagically included.
R. Belmont
2008-04-12
1
-1
/
+2
*
MESS specific fix
Nathan Woods
2008-04-12
1
-1
/
+1
*
Renamed input port functions:
Aaron Giles
2008-04-06
1
-3
/
+3
*
01609: Various - tested srmp4 (ssv.c), ttmahjng (route16.c), vsmahjng (vsnes,...
Aaron Giles
2008-04-06
1
-17
/
+13
*
Converted special-case DIP switches (service, unknown, unused) into their
Aaron Giles
2008-03-28
1
-42
/
+40
*
Next batch of machine->screen[] removal
Zsolt Vasvari
2008-03-12
1
-1
/
+0
*
Fixing MESS-specific category tokenization
Nathan Woods
2008-03-12
1
-1
/
+1
*
MESS-specific fix
Nathan Woods
2008-03-10
1
-2
/
+2
*
Added running_machine * parameter to the front of all read/write handlers.
Aaron Giles
2008-03-05
1
-4
/
+4
*
Added running_machine* to the CUSTOM_INPUT callback - updated drivers to use it
Zsolt Vasvari
2008-03-03
1
-2
/
+2
*
- Added PORT_CHANGED macro which calls a callback if the given port changes.
Zsolt Vasvari
2008-03-03
1
-3
/
+16
*
- Moves all video timing logic from cpuexec.c to video.c
Zsolt Vasvari
2008-03-01
1
-2
/
+1
*
Spacing and version bump.
mame0123u3
Aaron Giles
2008-02-28
1
-5
/
+5
*
Fixed typo.
Aaron Giles
2008-02-26
1
-1
/
+1
*
Added new module: tokenize.h. This centralizes the behavior of
Aaron Giles
2008-02-25
1
-107
/
+106
*
Pulled remaining vestiges of old-style colortables:
Aaron Giles
2008-02-19
1
-26
/
+48
*
Moved cpu_getiloops() and cpu_scalebyfcount() to deprecat.h.
Aaron Giles
2008-01-29
1
-4
/
+15
*
Corrected copy-paste error in comment
Zsolt Vasvari
2008-01-17
1
-1
/
+1
*
Fixed up LAI games to working status.
Aaron Giles
2008-01-16
1
-0
/
+5
*
Copyright cleanup:
Aaron Giles
2008-01-06
1
-1
/
+1
*
Changed an unamed enumeration to a named one (input_seq_type)
Nathan Woods
2007-12-26
1
-4
/
+4
*
Changes for MAME 0.121u4.
mame0121u4
Aaron Giles
2007-12-17
1
-2
/
+2
*
Initial checkin of MAME 0.121.
mame0121
Aaron Giles
2007-12-17
1
-0
/
+903