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
/
machine
/
mos6551.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixed usage of uninitialized members in mos6551_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+4
*
fixed usage of uninitialized members in mos6551_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+4
*
fixed usage of uninitialized member in mos6551_device (nw)
Oliver Stöneberg
2014-04-24
1
-0
/
+1
*
ignore reads from the debugger (nw)
smf-
2014-04-15
1
-0
/
+3
*
MOS 6551 Fixed uninitialised variable that could prevent transmit irq from be...
smf-
2014-04-15
1
-1
/
+3
*
Stop the internal timer if DTR is high and there is no character being receiv...
smf-
2014-04-11
1
-1
/
+16
*
Support 115200 on Apple III [smf]
smf-
2014-04-07
1
-14
/
+31
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-1
/
+1
*
Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau...
smf-
2014-03-17
1
-251
/
+634
*
Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ...
smf-
2014-02-24
1
-38
/
+3
*
mos6551: support Rockwell 6551s, which show different register contents from ...
R. Belmont
2014-02-02
1
-3
/
+31
*
Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated...
smf-
2014-01-13
1
-9
/
+9
*
moved variables (nw)
smf-
2014-01-10
1
-12
/
+12
*
Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2...
smf-
2014-01-10
1
-2
/
+2
*
forgot to actually remove the rxd callback variable. (nw)
smf-
2013-12-23
1
-5
/
+1
*
removed unused rxd callback from mos6551 and made devcb2 consistent with othe...
smf-
2013-12-23
1
-19
/
+18
*
diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert]
Olivier Galibert
2013-11-18
1
-10
/
+16
*
License tags. (nw)
Curt Coder
2013-10-16
1
-0
/
+2
*
diserial: add attotime and clock-div forms of set_rate and rename check_for_s...
cracyc
2013-06-30
1
-1
/
+1
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
(MESS) Added RS-232 ports to several drivers. [Curt Coder]
Curt Coder
2013-05-21
1
-2
/
+6
*
Cleanups and version bump
mame0148u2
Miodrag Milanovic
2013-03-19
1
-2
/
+2
*
(MESS) c64: Connected the Turbo232/SwiftLink cartridges' RS-232 port to the 6...
Curt Coder
2013-02-12
1
-0
/
+10
*
mos6551: Added serial callbacks. [Curt Coder]
Curt Coder
2013-02-12
1
-11
/
+112
*
Cleanups and version bump
mame0148u1
Miodrag Milanovic
2013-02-11
1
-10
/
+10
*
(MESS) c64: Added CMD SwiftLink cartridge emulation. [Curt Coder]
Curt Coder
2013-02-06
1
-14
/
+33
*
(MESS) devcb2 conversions. (nw)
Curt Coder
2013-02-06
1
-0
/
+277