summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* improved LOG printouts Joakim Larsson Edstrom2017-01-121-16/+30
* clean up some of this double paren nonsense (nw) Vas Crabb2016-12-151-236/+236
* Typo fix: beeing → being Jordi Mallach2016-12-141-3/+3
* Fixed a regression fifo bug and a bug in the handling of Special Interrupts Joakim Larsson Edstrom2016-12-131-19/+9
* WIP: Intergraph driver support: Enabled more Rx interrupts and fixed error fifo Joakim Larsson Edstrom2016-11-301-79/+59
* srcclean (nw) Vas Crabb2016-11-271-23/+23
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* using compile error as sanity check Joakim Larsson Edstrom2016-11-211-1/+1
* using semicolon for safety instead of curly brackets Joakim Larsson Edstrom2016-11-211-1/+1