index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
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
*
z80scc: reassert interrupt if conditions persist (fixes MT#9141)
Patrick Mackinlay
2025-03-14
1
-16
/
+24
*
8530scc: retire legacy device
Patrick Mackinlay
2025-01-14
1
-2
/
+2
*
Z80scc: Implement RTxC clock source (#12050)
Colin Leroy-Mira
2024-02-23
1
-7
/
+32
*
z80scc: channel reset empties fifos
Patrick Mackinlay
2023-07-26
1
-2
/
+4
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-18
/
+0
*
z80scc.cpp: Reset Highest IUS command is available on NMOS versions too accor...
AJR
2023-06-06
1
-16
/
+9
*
z80scc: fix access to wr7'
Patrick Mackinlay
2023-06-07
1
-2
/
+5
*
Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz]
MooglyGuy
2023-05-23
1
-10
/
+9
*
z80scc: Make receive error logging conditional
AJR
2023-03-30
1
-1
/
+1
*
Fixed a few issues identified by Coverity:
Vas Crabb
2022-11-06
1
-1
/
+1
*
Fix a number of uninitialized variables
Olivier Galibert
2022-07-18
1
-0
/
+1
*
machine/z80scc.cpp: Implemented /W//REQ and /DTR//REQ DMA request features. (...
Brice Onken
2022-07-07
1
-20
/
+35
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-1
/
+1
*
Micscellaneous cleanup/fixes:
Vas Crabb
2022-04-30
1
-1
/
+1
*
Addressed performance loss from recent z80scc changes (#9629) [Ryan Holtz]
MooglyGuy
2022-04-26
1
-79
/
+20
*
z80scc: add support for WR15_ZEROCOUNT interrupts (MT 8239). (#9604)
ksherlock
2022-04-21
1
-21
/
+42
*
rastersp.cpp: Added Football Crazy game. (#9383)
Paul-Arnold
2022-03-30
1
-0
/
+8
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
z80scc: implement local loopback
Patrick Mackinlay
2021-05-24
1
-0
/
+7
*
z80scc: there's only one wr2
Patrick Mackinlay
2021-02-01
1
-1
/
+1
*
z80scc: tidy logging a little bit
Patrick Mackinlay
2021-02-01
1
-145
/
+125
*
z80scc: Fix vector modification in high bits
Dirk Best
2020-10-03
1
-0
/
+1
*
z80scc: clear IUS not IP (nw)
Patrick Mackinlay
2020-05-08
1
-2
/
+2
*
z80scc: don't invent data (nw)
Patrick Mackinlay
2020-05-06
1
-1
/
+2
*
z80scc: test the correct bit (nw)
Patrick Mackinlay
2020-04-17
1
-1
/
+1
*
devices/machine: simplified handlers for various devices (nw)
Ivan Vangelista
2020-03-24
1
-8
/
+8
*
devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw)
Vas Crabb
2020-02-05
1
-21
/
+14
*
z80scc: Read/write handler cleanups (nw)
AJR
2019-06-12
1
-121
/
+32
*
z80scc: Reduce gratuitous logging (nw)
AJR
2019-05-30
1
-2
/
+2
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-4
/
+10
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-10
/
+4
*
-src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw
MooglyGuy
2019-02-03
1
-2
/
+2
*
z80scc: don't spam interrupt state (nw)
Patrick Mackinlay
2019-01-10
1
-2
/
+8
*
-sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff...
mooglyguy
2018-09-22
1
-4
/
+4
*
z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't...
Ivan Vangelista
2018-08-27
1
-4
/
+5
*
interpro: headless configuration working (#3849)
Patrick Mackinlay
2018-08-14
1
-7
/
+9
*
Z80SCC : fixed zbus access ; c900 : used Z80SCC for the terminal
Robbbert
2018-08-11
1
-26
/
+50
*
z80scc: serial control signal fixes
Patrick Mackinlay
2018-08-09
1
-19
/
+37
*
z80scc: Clear tranmitter interrupt if a written byte fills the FIFO. Fixes A...
arbee
2018-07-06
1
-21
/
+16
*
z80scc: fix transmit interrupt behavior that was locking up the Apple IIgs [R...
arbee
2018-07-01
1
-1
/
+22
*
z80scc: actually clear interrupt state (nw)
Patrick Mackinlay
2018-06-04
1
-0
/
+1
*
z80scc: Remove generic device type (which nothing was using) and custom MCFG_...
AJR
2018-05-27
1
-6
/
+0
*
diexec: Interrupt API changes (nw)
AJR
2018-05-18
1
-1
/
+1
*
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
[next]