summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.cpp
Commit message (Expand)AuthorAgeFilesLines
* z80scc: implement local loopback Patrick Mackinlay2021-05-241-0/+7
* z80scc: there's only one wr2 Patrick Mackinlay2021-02-011-1/+1
* z80scc: tidy logging a little bit Patrick Mackinlay2021-02-011-145/+125
* z80scc: Fix vector modification in high bits Dirk Best2020-10-031-0/+1
* z80scc: clear IUS not IP (nw) Patrick Mackinlay2020-05-081-2/+2
* z80scc: don't invent data (nw) Patrick Mackinlay2020-05-061-1/+2
* z80scc: test the correct bit (nw) Patrick Mackinlay2020-04-171-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-8/+8
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-21/+14
* z80scc: Read/write handler cleanups (nw) AJR2019-06-121-121/+32
* z80scc: Reduce gratuitous logging (nw) AJR2019-05-301-2/+2
* (nw) Clean up the mess on master Vas Crabb2019-03-261-4/+10
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-10/+4
* -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw MooglyGuy2019-02-031-2/+2
* z80scc: don't spam interrupt state (nw) Patrick Mackinlay2019-01-101-2/+8
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-4/+4
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-4/+5
* interpro: headless configuration working (#3849) Patrick Mackinlay2018-08-141-7/+9
* Z80SCC : fixed zbus access ; c900 : used Z80SCC for the terminal Robbbert2018-08-111-26/+50
* z80scc: serial control signal fixes Patrick Mackinlay2018-08-091-19/+37
* z80scc: Clear tranmitter interrupt if a written byte fills the FIFO. Fixes A... arbee2018-07-061-21/+16
* z80scc: fix transmit interrupt behavior that was locking up the Apple IIgs [R... arbee2018-07-011-1/+22
* z80scc: actually clear interrupt state (nw) Patrick Mackinlay2018-06-041-0/+1
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-6/+0
* diexec: Interrupt API changes (nw) AJR2018-05-181-1/+1
* fixup (nw) Vas Crabb2018-01-281-3/+3
* (nw) don't get hit by the bus - remove unnecessary reset calls, improve error... Vas Crabb2018-01-271-4/+0
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* z80scc: general cleanup part III Joakim Larsson Edstrom2017-11-211-50/+17
* z80scc: general cleanup and backport of z80sio improvements part II Joakim Larsson Edstrom2017-11-201-9/+242
* z80scc: general cleanup and backport of z80sio improvements part I Joakim Larsson Edstrom2017-11-201-117/+83
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* z80scc: fix interrupt mask generation [Patrick Mackinlay] Vas Crabb2017-10-171-6/+6
* z80sio/z80scc: now returns cpu specific default vector when no interrupt foun... Joakim Larsson Edstrom2017-09-211-16/+28
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-6/+0
* z80scc: basic wait/dma request support (#2441) Patrick Mackinlay2017-07-061-7/+42
* z80scc: Move rearming of tx interrupt from tx buffer write to transmit comple... Ted Green2017-06-051-3/+3
* Merge pull request #2344 from JoakimLarsson/scc_rx_int3 R. Belmont2017-06-021-9/+17
|\
| * Added support for resetting RX interrupts/status by reading Rx FIFO through RR3 Joakim Larsson Edstrom2017-05-291-9/+17
* | some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-6/+2
* | srcclean (nw) Vas Crabb2017-05-281-13/+13
|/
* m_owner cleanup (nw) AJR2017-05-251-63/+63
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-52/+66
* z80scc: Reset Tx Interrupt Pending Command implemented Joakim Larsson Edstrom2017-05-021-8/+33
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-24/+6
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* need LOG_GENERAL before VERBOSE (nw) Vas Crabb2017-01-211-0/+1
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-33/+33