summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80sio.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mk68564: Emulate BRG; fix cut-and-paste error in pinout (nw) AJR2019-10-291-3/+11
* Add preliminary MK68564 device (nw) AJR2019-10-291-4/+88
* Hp9845: added 98046 module emulation (#5115) fulivi2019-05-261-9/+37
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-14/+14
* z80scc.cpp, z80sio.cpp: deMCFGfied; 8530scc.cpp: removed macros which weren't... Ivan Vangelista2018-08-271-60/+0
* devcb3 Vas Crabb2018-07-071-17/+34
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+1
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-29/+25
* z80sio updates: Vas Crabb2017-11-181-5/+5
* restore most of 5ad509e4b2d3c8a989c8342ae60900d169abeba0, use arays for callb... Vas Crabb2017-11-171-43/+29
* z80sio: generalise synchronous transmission to other modes, re-implement brea... Vas Crabb2017-11-171-5/+13
* z80sio updates: Vas Crabb2017-11-161-173/+94
* z80sio: First stab at WRDY emulation; some logging improvements (nw) AJR2017-11-011-3/+4
* z80sio: more corner cases (nw) Vas Crabb2017-10-311-0/+1
* z80sio: better handling of Rx FIFO and interrupts in async mode Vas Crabb2017-10-301-3/+4
* z80sio: Made async receive behave more like real device. Vas Crabb2017-10-301-28/+9
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-4/+6
* Eliminate custom MCFG_Z80DART_ADD/Z80SIO_ADD macros (nw) AJR2017-09-241-12/+0
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-1/+0
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-106/+109
* srcclean (nw) Vas Crabb2017-03-261-25/+25
* z80sio: cleanup Joakim Larsson Edstrom2017-03-191-5/+3
* z80sio: variant support for i8274/upd7201 and a refactored interrupt support Joakim Larsson Edstrom2017-03-191-24/+43
* Added I8274 type macros and derived class + logging Joakim Larsson Edstrom2017-02-181-1/+13
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* Added VME device and divided mzr8105 in board and card devices. Naughty segfa... Joakim Larsson Edstrom2016-12-261-0/+3
* srcclean (nw) Vas Crabb2016-11-271-2/+2
* Added UPD7201 device type to z80sio.cpp and used it in mzr8105.cpp, plus some... Joakim Larsson Edstrom2016-11-151-11/+26
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-37/+37
* reverting: Miodrag Milanovic2016-01-201-3/+3
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-3/+3
* cleanup (nw) Miodrag Milanovic2015-12-261-3/+3
* override part 3 (nw) Miodrag Milanovic2015-12-051-13/+13
* Cleanup and version bumpmame0167 Miodrag Milanovic2015-10-281-151/+151
* TABified as per coding standard Joakim Larsson Edström2015-10-121-404/+404
* - Improved logging Joakim Larsson Edström2015-10-111-405/+404
* missed a few (nw) Cowering2015-10-091-1/+1
* some pedantic fixes (nw) Cowering2015-10-091-2/+2
* Cleanups and version bumpmame0166 Miodrag Milanovic2015-09-301-78/+78
* moved z80sio and z80scc devices to src/devices Joakim Larsson Edström2015-09-131-0/+534