summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80sio.cpp
Commit message (Expand)AuthorAgeFilesLines
* z80sio: fixed a few regressions in systems with z80sio/i8274 fulivi2019-06-021-0/+3
* Hp9845: added 98046 module emulation (#5115) fulivi2019-05-261-327/+680
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-4/+4
* (nw) Clean up the mess on master Vas Crabb2019-03-261-9/+11
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-11/+9
* -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw MooglyGuy2019-02-031-9/+11
* z80sio: Ignore "Send Abort" command when not in SDLC mode (unbreaks jade) AJR2018-08-251-8/+15
* devcb3 Vas Crabb2018-07-071-10/+17
* diexec: Interrupt API changes (nw) AJR2018-05-181-2/+2
* Grammar police (nw) Olivier Galibert2018-02-241-3/+3
* z80sio.cpp: Fix typo (nw) AJR2018-02-011-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-2/+2
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-1/+1
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-1/+1
* get rid of legacy BITSWAP* (nw) Vas Crabb2017-12-131-1/+1
* (nw) Fixed the build. Robbbert2017-11-181-3/+3
* z80sio updates: Vas Crabb2017-11-181-84/+209
* restore most of 5ad509e4b2d3c8a989c8342ae60900d169abeba0, use arays for callb... Vas Crabb2017-11-171-37/+64
* fix (nw) Vas Crabb2017-11-171-1/+1
* z80sio: generalise synchronous transmission to other modes, re-implement brea... Vas Crabb2017-11-171-88/+98
* z80sio updates: Vas Crabb2017-11-161-534/+923
* z80sio: First stab at WRDY emulation; some logging improvements (nw) AJR2017-11-011-4/+37
* z80sio: more corner cases (nw) Vas Crabb2017-10-311-24/+38
* forgot the other error (nw) Vas Crabb2017-10-311-1/+1
* z80sio: framing error should always generate interrupt in interrupt-on-first ... Vas Crabb2017-10-301-4/+2
* z80sio: better handling of Rx FIFO and interrupts in async mode Vas Crabb2017-10-301-47/+59
* z80sio: Made async receive behave more like real device. Vas Crabb2017-10-301-84/+95
* Move object finder resolution before device_start - should solve github #2759 Vas Crabb2017-10-281-8/+26
* srcclean (nw) Vas Crabb2017-10-221-1/+1
* Merge pull request #2666 from JoakimLarsson/z80xxx_iack R. Belmont2017-10-121-7/+12
|\
| * z80sio/z80scc: now returns cpu specific default vector when no interrupt foun... Joakim Larsson Edstrom2017-09-211-7/+12
* | altos8600: move default terminal to ics as xenix expects (nw) cracyc2017-09-251-1/+1
|/
* Remove a whole lot of I64 from format strings. Vas Crabb2017-08-101-2/+0
* Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: Vas Crabb2017-07-111-6/+0
* some more device_add_mconfig. Only devices/bus remains. (nw) Ivan Vangelista2017-06-021-6/+2
* m_owner cleanup (nw) AJR2017-05-251-55/+55
* 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-53/+31
* srcclean (nw) Vas Crabb2017-03-261-106/+106
* z80sio.cpp: fixed validation (nw) Ivan Vangelista2017-03-211-1/+1
* z80sio: cleanup Joakim Larsson Edstrom2017-03-191-43/+19
* Merge branch 'isbc2861_1' into isbc2861_2 Joakim Larsson Edstrom2017-03-191-173/+277
|\
| * z80sio: variant support for i8274/upd7201 and a refactored interrupt support Joakim Larsson Edstrom2017-03-191-128/+221
| * Added I8274 type macros and derived class + logging Joakim Larsson Edstrom2017-02-181-50/+61
* | Device validation fixes: all the rest (nw) AJR2017-03-031-1/+1
* | Self-registering devices prep: Vas Crabb2017-02-271-3/+3
|/
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* cleanup Joakim Larsson Edstrom2016-12-281-110/+124
* srcclean (nw) Vas Crabb2016-11-271-6/+6
* Added UPD7201 device type to z80sio.cpp and used it in mzr8105.cpp, plus some... Joakim Larsson Edstrom2016-11-151-31/+42