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
*
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
*
Setting analog inputs don't work in LUA (#6812)
tim lindner
2020-06-12
1
-3
/
+26
*
new machines marked as working
Mirko
2020-06-11
1
-0
/
+2
*
Merge pull request #6195 from firewave/includes
R. Belmont
2020-01-22
1
-2
/
+2
|
\
|
*
use C++ library includes (nw)
firewave
2020-01-22
1
-2
/
+2
*
|
fixed some clang-tidy warnings (nw) (#6197)
Oliver Stöneberg
2020-01-22
1
-2
/
+2
|
/
*
Eliminate simple_list_wrapper and replace its only use (nw)
AJR
2020-01-18
1
-4
/
+4
*
UI input menu: treat codes containing a postive and negative of the same thin...
Vas Crabb
2019-11-21
1
-31
/
+39
*
UI input mapping menu updates:
Vas Crabb
2019-11-21
1
-1
/
+1
*
ioport.cpp: small cleanup (nw)
Vas Crabb
2019-11-19
1
-3
/
+4
*
Remove internal autofire functionality as there's a plugin for that now (#5802)
Vas Crabb
2019-11-17
1
-26
/
+5
*
Make devdelegate more like devcb for configuration. This is a
Vas Crabb
2019-10-26
1
-3
/
+6
*
Make osd_printf_* use util/strformat semantics.
Vas Crabb
2019-09-26
1
-9
/
+9
*
(nw) get rid of the rest of assert_always - it's better to be explicit about ...
Vas Crabb
2019-09-20
1
-6
/
+12
*
PORT_CUSTOM simplification (nw)
AJR
2019-09-14
1
-3
/
+2
*
ioport: Change PORT_CHANGED_MEMBER param type from void * to u32 (nw)
AJR
2019-08-15
1
-1
/
+1
*
New working machine added
hap
2019-04-15
1
-1
/
+1
*
Make "Keypad ," and "Keypad =" standard keys
AJR
2018-05-11
1
-0
/
+2
*
Stop including random strings of question marks in key names
AJR
2017-12-19
1
-1
/
+1
*
Fix core rounding error with analog input sensitivity scaling (nw)
AJR
2017-11-21
1
-1
/
+1
*
Better wraparound handling for relative inputs
AJR
2017-11-13
1
-27
/
+26
*
Hit save (nw)
angelosa
2017-10-17
1
-1
/
+1
*
Proposed fix for MT #06154 (nw)
angelosa
2017-10-17
1
-1
/
+7
*
Added support for multiple PORT_CHAR() bindings, and adopted in the CoCo driv...
Nathan Woods
2017-09-24
1
-12
/
+30
*
Merge pull request #2647 from npwoods/key_name_switch_formatting
hap
2017-09-16
1
-45
/
+45
|
\
|
*
Changing switch statement in ioport_field::key_name() to MAME favored formatting
Nathan Woods
2017-09-10
1
-45
/
+45
*
|
ioport: remove really bad usage of machine->rand() (nw)
hap
2017-09-15
1
-7
/
+2
*
|
Using a better overload of utf8_from_uchar() in ioport_field::key_name (nw)
Nathan Woods
2017-09-10
1
-6
/
+1
|
/
*
Added a natural keyboard validation to check for valid natural keyboard (uni)...
npwoods
2017-09-05
1
-9
/
+2
*
ioport.cpp: return explicit "file not found" error if inp file isn't found on...
angelosa
2017-08-25
1
-1
/
+8
*
Amiga keyboard updates:
Vas Crabb
2017-02-05
1
-2
/
+2
*
Service mode DIP switch adjustments
AJR
2017-01-02
1
-7
/
+20
*
XML refactoring:
Vas Crabb
2016-12-11
1
-27
/
+27
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-35
/
+35
*
Turn xmlfile API into something that looks like C++
Vas Crabb
2016-11-17
1
-41
/
+41
*
Revert "Added IS_ENABLED, so we have compiler check for non used part, it is ...
Miodrag Milanovic
2016-11-12
1
-1
/
+1
*
Added IS_ENABLED, so we have compiler check for non used part, it is checked ...
Miodrag Milanovic
2016-11-11
1
-1
/
+1
*
Do not use FUNC in delegate where applicable (nw)
Miodrag Milanovic
2016-11-06
1
-3
/
+3
*
Merge pull request #1557 from ajrhacker/inputdev
R. Belmont
2016-10-29
1
-27
/
+17
|
\
|
*
Polymorphize input_device and input_class; move to separate source file (nw)
AJR
2016-10-24
1
-27
/
+17
*
|
Not for the release branch: remove all ioport and address map macros from tra...
therealmogminer@gmail.com
2016-10-25
1
-9
/
+16
|
/
*
Reverting part of changes from previous commits as described in mail on list ...
Miodrag Milanovic
2016-10-23
1
-1
/
+1
*
there you go (nw)
Miodrag Milanovic
2016-10-22
1
-1
/
+1
*
more TRUE/FALSE cleanup (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-34
/
+34
*
use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c...
Miodrag Milanovic
2016-10-22
1
-9
/
+9
*
some bool <-> int not needed conversions, also cleaned drivenum.* was using m...
Miodrag Milanovic
2016-10-21
1
-1
/
+1
[next]