summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80sio.cpp
Commit message (Expand)AuthorAgeFilesLines
* full xtal conversionxtal Olivier Galibert2 days1-19/+19
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-6/+6
* ampex230p: Keyboard work (nw) AJR2020-03-011-1/+1
* z80dart: Replace old device with new variant of modern SIO emulation AJR2020-02-291-28/+85
* Eliminate legacy Z80 SIO emulation AJR2020-02-231-1/+4
* i8274, upd7201: Replace legacy device emulations and rename new devices AJR2020-02-231-19/+15
* devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) Vas Crabb2020-02-051-21/+14
* mk68564: Emulate BRG; fix cut-and-paste error in pinout (nw) AJR2019-10-291-10/+54
* Add preliminary MK68564 device (nw) AJR2019-10-291-8/+397
* z80sio.cpp: Verified sync byte behavior for SDLC/HDLC, LOG message details added Joakim Larsson Edstrom2019-10-241-56/+67
* z80sio.cpp: Fixed some log messages Joakim Larsson Edstrom2019-10-241-8/+8
* 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