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: 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
*
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
[next]