summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80sio.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-26/+26
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-11/+11
* reverting: Miodrag Milanovic2016-01-201-91/+91
* 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-91/+91
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+1429