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
/
diserial.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
-homebrew/linux4004.cpp: Emulated Linux/4004 board.
Vas Crabb
2024-10-04
1
-42
/
+20
*
emu/diserial.cpp: Improved stop bit handling (fixes #12762). (#12770)
Colin Leroy-Mira
2024-09-23
1
-6
/
+16
*
diserial: change the rx start delay to more realistic 0.5 cycles
hap
2024-03-08
1
-2
/
+2
*
diserial: increase start delay from 0.25 to 0.33 cycle
hap
2024-03-07
1
-1
/
+3
*
emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu...
MooglyGuy
2023-06-01
1
-4
/
+4
*
mcs51: implement serial input/output as bit stream (#11190)
Patrick Mackinlay
2023-05-08
1
-1
/
+2
*
diserial: Add machine time to bit logging messages
AJR
2023-04-22
1
-4
/
+4
*
Various devices: Correct placement of U integer suffix in definitions of shif...
AJR
2023-03-23
1
-3
/
+3
*
sega/mdioport.cpp: Added Mega Drive I/O port controller device.
Vas Crabb
2022-12-12
1
-6
/
+5
*
diserial: Use logmacro for optional logging and make the messages more useful
AJR
2020-08-23
1
-7
/
+19
*
i8251: Preliminary addition of synchronous support.
Robbbert
2019-09-06
1
-4
/
+3
*
diserial: Make received parity consistent with transmitted parity (nw)
AJR
2019-05-17
1
-2
/
+2
*
diserial: correct parity output (nw)
Patrick Mackinlay
2019-05-17
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-10
/
+0
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-0
/
+10
*
diserial: Make is_receiver_register_full and is_transmit_register_empty const...
AJR
2019-01-04
1
-10
/
+0
*
diserial: Actually check parity of received bytes in modes other than PARITY_...
AJR
2018-12-28
1
-30
/
+22
*
hazl1420: Add interrupts and hook up DIP switches through I/O expanders (nw)
AJR
2018-09-24
1
-0
/
+2
*
More cleanup/streamlining of machine configuration and macros:
Vas Crabb
2018-05-15
1
-2
/
+3
*
mc68901: Improve USART behavior for polled operation
AJR
2017-11-02
1
-1
/
+3
*
Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces:
Vas Crabb
2017-07-11
1
-36
/
+28
*
i8251: Improve logging; restrict external command_w and mode_w access to V53 ...
AJR
2017-04-15
1
-0
/
+1
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-3
/
+3
*
Reverting part of changes from previous commits as described in mail on list ...
Miodrag Milanovic
2016-10-23
1
-2
/
+2
*
there you go (nw)
Miodrag Milanovic
2016-10-22
1
-2
/
+2
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-3
/
+3
*
some bool <-> int not needed conversions, also cleaned drivenum.* was using m...
Miodrag Milanovic
2016-10-21
1
-2
/
+2
*
Added extra bit as delay between bytes to make 1 stop bit work
Joakim Larsson Edstrom
2016-04-10
1
-2
/
+2
*
reverting:
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
Revert "rest of device parameters to std::string (nw)"
Miodrag Milanovic
2016-01-20
1
-1
/
+1
*
rest of device parameters to std::string (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
tags are now strings (nw)
Miodrag Milanovic
2016-01-16
1
-1
/
+1
*
clang-modernize part 1 (nw)
Miodrag Milanovic
2015-12-03
1
-2
/
+2
*
Cleanups and version bump
mame0168
Miodrag Milanovic
2015-11-25
1
-3
/
+3
*
Some cleanups and init fixes with help of ReSharper C++ (nw)
Miodrag Milanovic
2015-11-11
1
-2
/
+6
*
Rename *.c -> *.cpp in our source (nw)
Miodrag Milanovic
2015-11-08
1
-0
/
+504