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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Terminology cleanup. "Machine" handlers are now "space" handlers.
Aaron Giles
2008-11-15
1
-7
/
+7
*
Cleanups/version bump.
mame0128u3
Aaron Giles
2008-11-09
1
-2
/
+2
*
02544: Dip Condition / Port Include limitation
Aaron Giles
2008-11-03
1
-1
/
+3
*
Cleanups and version bump.
mame0127u3
Aaron Giles
2008-09-11
1
-2
/
+2
*
OSD notice: you now need to report separate mouse up/mouse down events
Aaron Giles
2008-09-09
1
-5
/
+42
*
Changed slider controls into a menu. For now, removed the old direct access
Aaron Giles
2008-08-28
1
-1
/
+1
*
MESS-specific fixes
Nathan Woods
2008-08-20
1
-2
/
+4
*
02113: xymg: xymg title mispelled
Aaron Giles
2008-08-14
1
-0
/
+14
*
Cleanups and version bump.
mame0126u4
Aaron Giles
2008-08-07
1
-1
/
+1
*
This also includes a fix for the bug reported at the bottom.
Aaron Giles
2008-08-06
1
-0
/
+15
*
NOTE: with this change, I have also removed PORT_START and renamed
Aaron Giles
2008-08-06
1
-3
/
+1
*
Cleaned up MESS-specific hooks
Nathan Woods
2008-07-27
1
-3
/
+3
*
Added some assertions
Nathan Woods
2008-07-26
1
-0
/
+3
*
Made input_port_read_indexed() private to machine/generic.c.
Aaron Giles
2008-07-24
1
-13
/
+1
*
Cleanups.
Aaron Giles
2008-07-17
1
-7
/
+7
*
Note: I have done some testing, but there are probably more bugs
Aaron Giles
2008-07-12
1
-65
/
+71
*
From: Oliver Stoeneberg [mailto:oliverst@online.de]
Aaron Giles
2008-06-26
1
-1
/
+0
*
01912: Various: Unable to construct input ports! (part 2)
Aaron Giles
2008-06-21
1
-2
/
+0
*
Fixed input port read validation. The previous check was way too aggressive,
Aaron Giles
2008-06-18
1
-3
/
+8
*
Added a validity check against reading input ports at init time.
Curt Coder
2008-06-16
1
-0
/
+3
*
Undo change 1933 temporarily ... not quite ready to unleash this on the world
Aaron Giles
2008-06-12
1
-3
/
+0
*
Added a validity check against reading input ports at init time.
Curt Coder
2008-06-12
1
-0
/
+3
*
Added option -[no]coin_lockout (-[no]coinlock) to control coin lockout behavior.
Aaron Giles
2008-06-12
1
-1
/
+1
*
01827: All sets in galaga.c: DIP switch information is not being readded prop...
Couriersud
2008-06-10
1
-1
/
+1
*
Fix -listxml again.
Aaron Giles
2008-06-05
1
-0
/
+2
*
01829: bermudat, gwar, ikari, victroad + clones: MAME freezes at "initializin...
Aaron Giles
2008-06-05
1
-2
/
+2
*
Made it possible to pass a NULL errorbug to input_port_config_alloc()
Nathan Woods
2008-05-29
1
-1
/
+1
*
Cleanups for 0.125u3.
Aaron Giles
2008-05-29
1
-11
/
+11
*
Added internal default tags for input ports when saving/loading.
Aaron Giles
2008-05-29
1
-18
/
+41
*
Fixed bug that caused DIP switches to be improperly read from game cfg file.
Aaron Giles
2008-05-29
1
-1
/
+1
*
removed meaningless service_coin_lockout_w function
Nicola Salmoria
2008-05-29
1
-16
/
+9
*
Refinement of previous check-in to handle conditional inputs.
Aaron Giles
2008-05-25
1
-32
/
+91
*
Added TOKEN_SKIP_* macros to tokenize.h.
Aaron Giles
2008-05-25
1
-104
/
+260
*
MESS-specific: Added hook for default keyboard key names
Nathan Woods
2008-05-25
1
-0
/
+16
*
Updates from MESS in response to 0.125u2
Nathan Woods
2008-05-25
1
-2
/
+2
*
Fix DEBUG=1 compile
Couriersud
2008-05-24
1
-2
/
+2
*
01825: Toggling Tab menu works as F2 key in games with their service
Aaron Giles
2008-05-24
1
-6
/
+90
*
fix PORT_IMPULSE handling. The old code would force inputs to be asserted for...
Nicola Salmoria
2008-05-24
1
-4
/
+9
*
Mantis 01819: "Coinlock disabled coin x" message displayed upon startup
Couriersud
2008-05-23
1
-14
/
+16
*
Cleanups and version bump.
Aaron Giles
2008-05-22
1
-124
/
+124
*
Fixed crash when reading ports by tag, when some ports don't have tags.
Aaron Giles
2008-05-18
1
-1
/
+1
*
Restructured input port internals and cleaned up inptport.c:
Aaron Giles
2008-05-15
1
-2691
/
+2713
*
MESS-specific change; added running_machine parameter
Nathan Woods
2008-05-04
1
-1
/
+1
*
Changed MESS-specific key for pasting (PrtScn was _not_ a good choice on Wind...
Nathan Woods
2008-05-04
1
-2
/
+2
*
Added a MESS-specific "paste" command; used to paste clipboard data into MESS's
Nathan Woods
2008-05-03
1
-1
/
+2
*
MESS specific fix
Nathan Woods
2008-04-26
1
-1
/
+1
*
Changed MESS's hooks used by natural keyboard support, eliminating MESS's need
Nathan Woods
2008-04-16
1
-6
/
+6
*
Added support for using smaller-sized memory handlers directly in
Aaron Giles
2008-04-14
1
-16
/
+0
*
Changes from MESS:
Nathan Woods
2008-04-14
1
-1
/
+17
*
fixed cross-hair update when the game is not polling the coordinates
smf-
2008-04-13
1
-24
/
+38
[next]