summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Z80scc: Implement RTxC clock source (#12050) Colin Leroy-Mira2024-02-231-7/+32
* z80scc: channel reset empties fifos Patrick Mackinlay2023-07-261-2/+4
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-18/+0
* z80scc.cpp: Reset Highest IUS command is available on NMOS versions too accor... AJR2023-06-061-16/+9
* z80scc: fix access to wr7' Patrick Mackinlay2023-06-071-2/+5
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-10/+9
* z80scc: Make receive error logging conditional AJR2023-03-301-1/+1
* Fixed a few issues identified by Coverity: Vas Crabb2022-11-061-1/+1
* Fix a number of uninitialized variables Olivier Galibert2022-07-181-0/+1
* machine/z80scc.cpp: Implemented /W//REQ and /DTR//REQ DMA request features. (... Brice Onken2022-07-071-20/+35
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Micscellaneous cleanup/fixes: Vas Crabb2022-04-301-1/+1
* Addressed performance loss from recent z80scc changes (#9629) [Ryan Holtz] MooglyGuy2022-04-261-79/+20
* z80scc: add support for WR15_ZEROCOUNT interrupts (MT 8239). (#9604) ksherlock2022-04-211-21/+42
* rastersp.cpp: Added Football Crazy game. (#9383) Paul-Arnold2022-03-301-0/+8
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* 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