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
/
6850acia.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all devices into separate part of src tree (nw)
Miodrag Milanovic
2015-09-13
1
-597
/
+0
*
more pedantic fixes (NW)
Cowering
2015-07-08
1
-1
/
+1
*
did change for smf (nw)
Miodrag Milanovic
2015-05-12
1
-1
/
+1
*
Added known authors to licenses tags (nw)
Miodrag Milanovic
2015-05-09
1
-1
/
+1
*
6850acia: fix parity (nw)
cracyc
2015-02-13
1
-2
/
+2
*
fixed usage of uninitialized members in acia6850_device (nw)
Oliver Stöneberg
2014-04-23
1
-0
/
+4
*
Cleanups and version bump
mame0153
Miodrag Milanovic
2014-04-07
1
-3
/
+3
*
(MESS) New driver added :
Miodrag Milanovic
2014-03-25
1
-3
/
+2
*
tidied up enum names, fixed frame error detection (nw)
smf-
2014-03-16
1
-59
/
+59
*
fixed excessive logging (nw)
smf-
2014-03-16
1
-2
/
+5
*
fixed bug in sending that showed up using terminal (nw)
smf-
2014-02-27
1
-27
/
+30
*
Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h...
smf-
2014-02-21
1
-561
/
+382
*
fixed uninitialised variables, atari st mouse works again [smf]
smf-
2013-12-28
1
-1
/
+4
*
changed write_rx to update the correct variable (nw)
smf-
2013-12-23
1
-1
/
+1
*
replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al...
smf-
2013-12-22
1
-26
/
+29
*
changed rest of devices (except cpu cores) to have shortname and sourcefile (nw)
Miodrag Milanovic
2013-06-21
1
-1
/
+1
*
6850acia.c: Improved DCD signal handling. [Wilbert Pol]
Wilbert Pol
2013-04-25
1
-30
/
+38
*
fixed another uninitialized member in src/emu/machine/6850acia.c (nw)
Oliver Stöneberg
2013-03-06
1
-0
/
+1
*
fixed uninitialized members in src/emu/machine/6850acia.c (nw)
Oliver Stöneberg
2013-03-06
1
-0
/
+5
*
fixed another uninitialized variable in src/emu/machine/6850acia.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+1
*
fixed uninitialized variable in src/emu/machine/6850acia.c (nw)
Oliver Stöneberg
2013-02-16
1
-0
/
+1
*
Cleanups and version bump
mame0148
Miodrag Milanovic
2013-01-11
1
-5
/
+5
*
Removed unneeded includes. (nw)
Curt Coder
2012-12-07
1
-1
/
+0
*
6850acia: bring IRQ line into standard usage (ASSERT_LINE = IRQ active) [R. B...
R. Belmont
2012-12-03
1
-3
/
+3
*
Cleanups and version bump
mame0142u3
Angelo Salese
2011-05-08
1
-1
/
+1
*
Cleanup acia6850 modernization, removing trampolines.
Aaron Giles
2011-05-04
1
-130
/
+69
*
Reimplemented devcb using delegates and classes. Unified the logic
Aaron Giles
2011-05-02
1
-19
/
+19
*
Collapsed device_config and device_t into one class. Updated all
Aaron Giles
2011-04-27
1
-30
/
+26
*
Switch from m_machine to machine() everywhere. In some cases this
Aaron Giles
2011-04-18
1
-3
/
+3
*
Removed short name as parameter from device_config this way it is not mandato...
Miodrag Milanovic
2011-02-11
1
-1
/
+1
*
- Added shortname to devices in order to make ROM loading per device possible...
Miodrag Milanovic
2011-02-10
1
-1
/
+1
*
Get rid of state_save_register_device_* macros in favor of direct
Aaron Giles
2011-02-09
1
-23
/
+23
*
As promised, the bulk update of timer calls:
Aaron Giles
2011-02-06
1
-7
/
+7
*
Convert emu_timers to objects. Move implementation and management of
Aaron Giles
2011-02-06
1
-2
/
+2
*
Attotime bulk conversion step:
Aaron Giles
2011-02-03
1
-2
/
+2
*
Converted attotime to a class, with proper operators. Removed old
Aaron Giles
2011-02-03
1
-4
/
+4
*
running_device -> device_t
Aaron Giles
2010-12-31
1
-5
/
+5
*
Cleanups and version bump.
mame0140u3
Aaron Giles
2010-12-23
1
-2
/
+2
*
Added receive byte function to MC6850 ACIA for MESS generic terminal emulatio...
Curt Coder
2010-12-20
1
-19
/
+48
*
Adjust MC6850 receive/transmit timer periods when clocks are changed. [Curt C...
Curt Coder
2010-12-10
1
-0
/
+32
*
Correcting device names. No whatsnew.
Ryan Holtz
2010-08-28
1
-1
/
+1
*
Updated the PTM 6840 device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-26
1
-3
/
+3
*
Updated the ACIA 6850 device to no longer be legacy. [Harmony]
Ryan Holtz
2010-08-26
1
-403
/
+312
*
Split implementation for legacy devices into a separate macro. Updated all
Aaron Giles
2010-06-11
1
-0
/
+2
*
WARNING: There are likely to be regressions in both functionality and
Aaron Giles
2010-06-08
1
-5
/
+4
*
6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ...
Phil Bennett
2010-04-14
1
-76
/
+71
*
Convrted the rest of devintrf to classes and moved management
Aaron Giles
2010-01-19
1
-1
/
+1
*
Correct a long-standing design flaw: device configuration state
Aaron Giles
2010-01-18
1
-12
/
+12
*
Bulk driver.h -> emu.h switch.
Aaron Giles
2010-01-10
1
-2
/
+1
*
Results of running the latest srcclean.
Aaron Giles
2009-12-28
1
-2
/
+2
[next]