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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ...
smf-
2014-02-24
1
-76
/
+1
*
diserial: Added framing error detection. [Curt Coder]
Curt Coder
2014-01-16
1
-0
/
+9
*
diserial: Added some information getters for future use. (nw)
Curt Coder
2014-01-14
1
-12
/
+0
*
Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated...
smf-
2014-01-13
1
-24
/
+94
*
Cargo culting much? (nw)
Olivier Galibert
2014-01-11
1
-0
/
+1
*
Converted x68000 keyboard into a separate serial device. This allows the remo...
smf-
2013-12-28
1
-1
/
+6
*
don't transmit anything when driven by an external clock and nothing has been...
smf-
2013-12-27
1
-4
/
+9
*
removed serial_source_device [smf]
smf-
2013-12-26
1
-34
/
+0
*
(mess) diserial: double half cycle freq and add timer callbacks to terminal a...
cracyc
2013-11-19
1
-2
/
+2
*
diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert]
Olivier Galibert
2013-11-18
1
-35
/
+72
*
diserial: simplify (nw)
cracyc
2013-07-01
1
-28
/
+0
*
diserial: from_hz is inverted so multiply (nw)
cracyc
2013-07-01
1
-2
/
+2
*
diserial: add attotime and clock-div forms of set_rate and rename check_for_s...
cracyc
2013-06-30
1
-14
/
+41
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
diserial: Added methods for clocking the receiver/transmitter outside of the ...
Curt Coder
2013-05-21
1
-2
/
+13
*
fixed uninitialized member in src/emu/diserial.c (nw)
Oliver Stöneberg
2013-03-10
1
-0
/
+1
*
fixed uninitialized member in src/emu/diserial.c (nw)
Oliver Stöneberg
2013-02-23
1
-0
/
+1
*
fixed uninitialized variable in src/emu/diserial.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+1
*
fixed uninitialized variable in src/emu/diserial.c (nw)
Oliver Stöneberg
2013-02-14
1
-0
/
+2
*
output of new srcclean changes that are relatively small [smf]
smf-
2013-01-11
1
-1
/
+0
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-5
/
+5
*
diserial: correct uninitialized data bug where the first character transmitte...
R. Belmont
2013-01-07
1
-0
/
+1
*
(MESS) small serial mouse fixes (nw)
cracyc
2012-10-28
1
-0
/
+1
*
Sync with MESS, Curt changes related to Wang PC (no whatsnew)
Miodrag Milanovic
2012-05-29
1
-4
/
+4
*
Import from MESS (no whatsnew)
Miodrag Milanovic
2012-03-12
1
-0
/
+2
*
Fixed order of timer init and save state by Sandro Ronco (no whatsnew)
Miodrag Milanovic
2012-02-26
1
-6
/
+11
*
mc146818 - Set period even if timer is disabled, required for windows nt [Carl]
Miodrag Milanovic
2012-02-20
1
-0
/
+59
*
Rewrite INS8250 to use diserial, updated Microtouch to modern and made it ser...
Miodrag Milanovic
2012-02-19
1
-38
/
+38
*
Cleanups and version bump
mame0143u5
Angelo Salese
2011-09-06
1
-6
/
+6
*
Set more proper name to interface call (no whatsnew)
Miodrag Milanovic
2011-09-02
1
-3
/
+3
*
- Created device_serial_interface that should be used by UART's (no whatsnew)
Miodrag Milanovic
2011-09-02
1
-0
/
+387