summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Added some for Nathan and some more for Nicola (nw) Miodrag Milanovic2015-05-111-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Fix various typos and spelling mistakes Zoë Blade2015-04-111-1/+1
* save: Give the device when available to the state save subsystem [O. Galibert] Olivier Galibert2015-02-141-1/+1
* Added save state to keyboard.c, rs232/keyboard.c, and i8251.c (nw) Wilbert Pol2014-07-291-0/+2
* more passing of attotime as const references (nw) Oliver Stöneberg2014-07-041-3/+3
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-15/+0
* diserial: Added framing error detection. [Curt Coder] Curt Coder2014-01-161-0/+5
* diserial: Added some information getters for future use. (nw) Curt Coder2014-01-141-0/+21
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-4/+16
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-0/+2
* expose less of the diserial internals, which has meant adding i8251_device::w... smf-2013-12-271-8/+8
* removed serial_source_device [smf] smf-2013-12-261-21/+0
* Cleanups and version bumpmame0152 Miodrag Milanovic2013-12-241-2/+2
* fixed compiling with MSVC, added enums for T10 commands, moved seek(6) from 2... smf-2013-11-191-1/+1
* Windows headers are crap, let me count the ways (nw) Olivier Galibert2013-11-191-0/+7
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-76/+46
* diserial: simplify (nw) cracyc2013-07-011-6/+10
* diserial: add attotime and clock-div forms of set_rate and rename check_for_s... cracyc2013-06-301-3/+7
* diserial: Added methods for clocking the receiver/transmitter outside of the ... Curt Coder2013-05-211-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-17/+17
* Sync with MESS, Curt changes related to Wang PC (no whatsnew) Miodrag Milanovic2012-05-291-1/+1
* Clean-ups and version bumpmame0145u2 Angelo Salese2012-02-261-1/+1
* Fixed order of timer init and save state by Sandro Ronco (no whatsnew) Miodrag Milanovic2012-02-261-0/+3
* mc146818 - Set period even if timer is disabled, required for windows nt [Carl] Miodrag Milanovic2012-02-201-1/+16
* Rewrite INS8250 to use diserial, updated Microtouch to modern and made it ser... Miodrag Milanovic2012-02-191-1/+3
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-17/+17
* Set more proper name to interface call (no whatsnew) Miodrag Milanovic2011-09-021-1/+1
* - Created device_serial_interface that should be used by UART's (no whatsnew) Miodrag Milanovic2011-09-021-0/+174