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
/
devices
/
machine
/
z80scc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixup (nw)
Vas Crabb
2018-01-28
1
-3
/
+3
*
(nw) don't get hit by the bus - remove unnecessary reset calls, improve error...
Vas Crabb
2018-01-27
1
-4
/
+0
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
z80scc: general cleanup part III
Joakim Larsson Edstrom
2017-11-21
1
-50
/
+17
*
z80scc: general cleanup and backport of z80sio improvements part II
Joakim Larsson Edstrom
2017-11-20
1
-9
/
+242
*
z80scc: general cleanup and backport of z80sio improvements part I
Joakim Larsson Edstrom
2017-11-20
1
-117
/
+83
*
srcclean (nw)
Vas Crabb
2017-10-22
1
-1
/
+1
*
z80scc: fix interrupt mask generation [Patrick Mackinlay]
Vas Crabb
2017-10-17
1
-6
/
+6
*
z80sio/z80scc: now returns cpu specific default vector when no interrupt foun...
Joakim Larsson Edstrom
2017-09-21
1
-16
/
+28
*
Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces:
Vas Crabb
2017-07-11
1
-6
/
+0
*
z80scc: basic wait/dma request support (#2441)
Patrick Mackinlay
2017-07-06
1
-7
/
+42
*
z80scc: Move rearming of tx interrupt from tx buffer write to transmit comple...
Ted Green
2017-06-05
1
-3
/
+3
*
Merge pull request #2344 from JoakimLarsson/scc_rx_int3
R. Belmont
2017-06-02
1
-9
/
+17
|
\
|
*
Added support for resetting RX interrupts/status by reading Rx FIFO through RR3
Joakim Larsson Edstrom
2017-05-29
1
-9
/
+17
*
|
some more device_add_mconfig. Only devices/bus remains. (nw)
Ivan Vangelista
2017-06-02
1
-6
/
+2
*
|
srcclean (nw)
Vas Crabb
2017-05-28
1
-13
/
+13
|
/
*
m_owner cleanup (nw)
AJR
2017-05-25
1
-63
/
+63
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-52
/
+66
*
z80scc: Reset Tx Interrupt Pending Command implemented
Joakim Larsson Edstrom
2017-05-02
1
-8
/
+33
*
fix some device validation errors, also fix uninitialised members in some dev...
Vas Crabb
2017-03-03
1
-24
/
+6
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-10
/
+10
*
Remove emu.h from headers (nw)
Olivier Galibert
2017-02-11
1
-0
/
+1
*
need LOG_GENERAL before VERBOSE (nw)
Vas Crabb
2017-01-21
1
-0
/
+1
*
add logmacro.h inspired by Edstrom's log macros
Vas Crabb
2017-01-20
1
-33
/
+33
*
improved LOG printouts
Joakim Larsson Edstrom
2017-01-12
1
-16
/
+30
*
clean up some of this double paren nonsense (nw)
Vas Crabb
2016-12-15
1
-236
/
+236
*
Typo fix: beeing → being
Jordi Mallach
2016-12-14
1
-3
/
+3
*
Fixed a regression fifo bug and a bug in the handling of Special Interrupts
Joakim Larsson Edstrom
2016-12-13
1
-19
/
+9
*
WIP: Intergraph driver support: Enabled more Rx interrupts and fixed error fifo
Joakim Larsson Edstrom
2016-11-30
1
-79
/
+59
*
srcclean (nw)
Vas Crabb
2016-11-27
1
-23
/
+23
*
A round of spelling/typographical fixes to source comments (nw)
Scott Stone
2016-11-24
1
-2
/
+2
*
using compile error as sanity check
Joakim Larsson Edstrom
2016-11-21
1
-1
/
+1
*
using semicolon for safety instead of curly brackets
Joakim Larsson Edstrom
2016-11-21
1
-1
/
+1
*
Added minimal support for SYNC/HUNT mode to allow MacOS7 to boot to desktop
Joakim Larsson Edstrom
2016-11-21
1
-27
/
+49
*
SCC: Improved LOG printouts for synchrounous features of WR4 and WR10
Joakim Larsson Edstrom
2016-11-21
1
-8
/
+20
*
SCC Fixed init state of latched rr0 values
Joakim Larsson Edstrom
2016-11-02
1
-13
/
+14
*
- Improved/Corrected handling of external interrupts, latching of status bits...
Joakim Larsson Edstrom
2016-11-02
1
-150
/
+166
*
Fixed bug in rr15 - read register 15, inhibiting mac plus & co to boot
Joakim Larsson Edstrom
2016-10-28
1
-5
/
+23
*
Missing files from last commit (nw)
arbee
2016-10-27
1
-0
/
+43
*
Added support for RTxC external clock source for BRG
Joakim Larsson Edstrom
2016-10-26
1
-69
/
+111
*
srcclean (nw)
Vas Crabb
2016-10-23
1
-12
/
+12
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-67
/
+67
*
Improved Tx handling with fifo including special case with 1 slot fifo
Joakim Larsson Edstrom
2016-10-22
1
-51
/
+126
*
- Added iack by reading rr2
Joakim Larsson Edstrom
2016-10-18
1
-101
/
+44
*
Fixed vector modification
Joakim Larsson Edstrom
2016-10-17
1
-15
/
+23
*
- zbus interface functions zbus_r and zbus_w added supporting shift left/righ...
Joakim Larsson Edstrom
2016-10-17
1
-91
/
+271
*
Fix various spelling fixes.
Jordi Mallach
2016-09-29
1
-2
/
+2
*
Cleanups and version bump
Miodrag Milanovic
2016-07-27
1
-24
/
+24
*
Added support for delayed change of Tx baudrate
Joakim Larsson Edstrom
2016-07-22
1
-15
/
+36
[next]