summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.h
Commit message (Expand)AuthorAgeFilesLines
* z80scc: reassert interrupt if conditions persist (fixes MT#9141) Patrick Mackinlay2025-03-141-0/+1
* 8530scc: retire legacy device Patrick Mackinlay2025-01-141-1/+1
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-4/+4
* Z80scc: Implement RTxC clock source (#12050) Colin Leroy-Mira2024-02-231-0/+1
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+13
* machine/z80scc.cpp: Implemented /W//REQ and /DTR//REQ DMA request features. (... Brice Onken2022-07-071-1/+1
* Addressed performance loss from recent z80scc changes (#9629) [Ryan Holtz] MooglyGuy2022-04-261-15/+2
* z80scc: add support for WR15_ZEROCOUNT interrupts (MT 8239). (#9604) ksherlock2022-04-211-4/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* devices/machine: simplified handlers for various devices (nw) Ivan Vangelista2020-03-241-21/+21
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-7/+7
* z80scc: Read/write handler cleanups (nw) AJR2019-06-121-8/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-0/+1
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-1/+0
* z80scc: don't spam interrupt state (nw) Patrick Mackinlay2019-01-101-0/+1
* -sun4: Added a sun4c MMU device. Currently wraps the functionality of S4-buff... mooglyguy2018-09-221-9/+9
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-60/+0
* z80scc: serial control signal fixes Patrick Mackinlay2018-08-091-3/+0
* -cop400, nvram, tlc34076, watchdog: Modern configuration accessors, nw mooglyguy2018-08-071-0/+15
* -mac128, macpci, nsg6809: Eliminated old-style MACHINE_CONFIG use. [Ryan Holtz] mooglyguy2018-08-021-0/+1
* devcb3 Vas Crabb2018-07-071-15/+15
* z80scc: Remove generic device type (which nothing was using) and custom MCFG_... AJR2018-05-271-44/+0
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* More cleanup/streamlining of machine configuration and macros: Vas Crabb2018-05-151-0/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-35/+30
* fixup (nw) Vas Crabb2018-01-281-1/+1
* z80scc: general cleanup and backport of z80sio improvements part II Joakim Larsson Edstrom2017-11-201-250/+19
* z80scc: general cleanup and backport of z80sio improvements part I Joakim Larsson Edstrom2017-11-201-43/+36
* z80sio/z80scc: now returns cpu specific default vector when no interrupt foun... Joakim Larsson Edstrom2017-09-211-0/+7
* z80scc: basic wait/dma request support (#2441) Patrick Mackinlay2017-07-061-11/+12
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-1/+1
* srcclean (nw) Vas Crabb2017-05-281-2/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-60/+60
* z80scc: Reset Tx Interrupt Pending Command implemented Joakim Larsson Edstrom2017-05-021-4/+6
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* first srcclean pass (nw) Vas Crabb2016-12-251-1/+1
* Fixed a regression fifo bug and a bug in the handling of Special Interrupts Joakim Larsson Edstrom2016-12-131-2/+2
* srcclean (nw) Vas Crabb2016-11-271-34/+34
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-1/+1
* Added minimal support for SYNC/HUNT mode to allow MacOS7 to boot to desktop Joakim Larsson Edstrom2016-11-211-21/+21
* SCC: Improved LOG printouts for synchrounous features of WR4 and WR10 Joakim Larsson Edstrom2016-11-211-23/+42
* - Improved/Corrected handling of external interrupts, latching of status bits... Joakim Larsson Edstrom2016-11-021-10/+19
* Missing files from last commit (nw) arbee2016-10-271-0/+2
* Added support for RTxC external clock source for BRG Joakim Larsson Edstrom2016-10-261-10/+10
* srcclean (nw) Vas Crabb2016-10-231-13/+13
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-105/+105
* Improved Tx handling with fifo including special case with 1 slot fifo Joakim Larsson Edstrom2016-10-221-3/+15
* Fixed vector modification Joakim Larsson Edstrom2016-10-171-0/+1
* - zbus interface functions zbus_r and zbus_w added supporting shift left/righ... Joakim Larsson Edstrom2016-10-171-2/+26
* Added support for delayed change of Tx baudrate Joakim Larsson Edstrom2016-07-221-0/+1