index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
ioport.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
(emu.h) ioport: add coinage settings 10C_1C, 1C_10/20/25/50/100C
hap
2025-07-07
1
-1
/
+7
*
ioport: fix possible issue where 4way joystick value could be invalid
hap
2025-03-30
1
-0
/
+2
*
Natural keyboard improvements
AJR
2024-12-04
1
-17
/
+17
*
emu/ioport.cpp: Improved validation of DIP switch locations.
Vas Crabb
2024-10-05
1
-41
/
+50
*
ioport: Add piano keyboard definitions and automatic names
Olivier Galibert
2024-10-04
1
-0
/
+24
*
-igs/igs_m027.cpp: Hooked up I/O for Fruit Paradise and added layout for (Oce...
Vas Crabb
2024-09-10
1
-5
/
+4
*
ioport: offset analog value by half a step because of rounding issue when cro...
hap
2024-07-29
1
-125
/
+126
*
util/ioprocs.cpp: Added wrappers for common patterns. (#11608)
Vas Crabb
2024-02-25
1
-6
/
+9
*
-emu/ioport.cpp: Allow punching holes in IPT_UNUSED and IPT_UNKNOWN.
Vas Crabb
2023-12-11
1
-2
/
+2
*
ioport.cpp, rendfont.cpp: Use multibyte.h functions
AJR
2023-09-21
1
-17
/
+3
*
ioport.cpp: Trim extra spaces in keyboard key names more safely
AJR
2023-09-17
1
-3
/
+7
*
ioport: put IPT_ADJUSTER in same class as IPT_CONFIG
hap
2023-05-22
1
-1
/
+1
*
Adjustments to option priority interactions:
Vas Crabb
2023-05-09
1
-26
/
+58
*
-Lua engine: run everything in coroutines. (#11019)
Vas Crabb
2023-03-25
1
-3
/
+1
*
emu/ioport.cpp: Changed config save/load behaviour for conditional fields.
Vas Crabb
2023-03-01
1
-6
/
+13
*
ioport.cpp: Minor fix to error message
AJR
2023-02-22
1
-1
/
+1
*
Small batch of input refactoring:
Vas Crabb
2023-02-05
1
-25
/
+125
*
docs: Added an introduction to the input system for developers.
Vas Crabb
2023-02-03
1
-82
/
+0
*
Various input and OSD refactoring:
Vas Crabb
2023-01-29
1
-0
/
+2
*
Miscellaneous fixes and refactoring:
Vas Crabb
2023-01-28
1
-58
/
+71
*
Optimisation, and baby steps towards untangling stuff:
Vas Crabb
2022-06-16
1
-14
/
+14
*
Lua engine: Make setting analog I/O port field values user-friendly. (#9322)
feos
2022-02-28
1
-15
/
+45
*
Remove fileio.h from emu.h
AJR
2022-02-11
1
-10
/
+122
*
Moved localised I/O port name lookup into I/O port manager.
Vas Crabb
2021-12-09
1
-14
/
+81
*
Fixed MT07153 (SlikStick configuration for asteroid not working).
Vas Crabb
2021-12-06
1
-0
/
+3
*
-emu/ioport.cpp: Fixed some default setting handling issues.
Vas Crabb
2021-11-04
1
-15
/
+5
*
-emu/ioport.cpp: Made default behaviour better.
Vas Crabb
2021-11-03
1
-30
/
+41
*
-emu/ioport.cpp: Fixed "MAME lost my joystick settings!!!1!11!
Vas Crabb
2021-11-03
1
-56
/
+92
*
plugins: Moved the timecode recording functionality to a plugin.
Vas Crabb
2021-11-02
1
-174
/
+0
*
util: Further API cleanups: (#8661)
Vas Crabb
2021-10-05
1
-2
/
+2
*
-ui: Made zoom controls a bit more intuitive.
Vas Crabb
2021-09-06
1
-4
/
+4
*
formats, osd, util: Started refactoring file I/O stuff. (#8456)
Vas Crabb
2021-08-22
1
-30
/
+47
*
Slightly cleaned up OSD input modules.
Vas Crabb
2021-07-29
1
-4
/
+4
*
API cleanups and miscellaneous fixes.
Vas Crabb
2021-07-15
1
-193
/
+271
*
-Miscellaneous improvements for software lists:
Vas Crabb
2021-06-23
1
-10
/
+14
*
emu/ioport.cpp: Preserve configuration for slot cards when not selected.
Vas Crabb
2021-06-23
1
-41
/
+94
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-10
/
+7
*
Much more core std::string_view modernization
AJR
2021-01-20
1
-1
/
+2
*
ioport.cpp: Eliminate redundant std::string("...").c_str() pattern
AJR
2020-12-31
1
-13
/
+13
*
natkeyboard: Remove from ioport_manager
AJR
2020-12-26
1
-18
/
+17
*
Eliminate many unnecessary c_str calls
AJR
2020-12-21
1
-2
/
+2
*
unicode.h: Updates
AJR
2020-12-15
1
-0
/
+1
*
Fairly significant overhaul of Lua engine and some cleanup.
Vas Crabb
2020-11-25
1
-1
/
+1
*
emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ...
Vas Crabb
2020-10-11
1
-1
/
+39
*
-emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled.
Vas Crabb
2020-10-11
1
-2
/
+34
*
Got rid of global_alloc/global_free.
Vas Crabb
2020-10-03
1
-7
/
+7
*
ioport: Transfer crosshair polling loop to render_crosshair
AJR
2020-08-30
1
-51
/
+5
*
Slotified Mac 128k/512k/512ke/Plus keyboard port.
Vas Crabb
2020-07-01
1
-1
/
+1
*
srcclean and cleanup (nw)
Vas Crabb
2020-06-21
1
-2
/
+2
*
emu: correct some file headers (nw)
hap
2020-06-19
1
-1
/
+1
[next]