summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.c
Commit message (Expand)AuthorAgeFilesLines
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-76/+1
* diserial: Added framing error detection. [Curt Coder] Curt Coder2014-01-161-0/+9
* diserial: Added some information getters for future use. (nw) Curt Coder2014-01-141-12/+0
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-24/+94
* Cargo culting much? (nw) Olivier Galibert2014-01-111-0/+1
* Converted x68000 keyboard into a separate serial device. This allows the remo... smf-2013-12-281-1/+6
* don't transmit anything when driven by an external clock and nothing has been... smf-2013-12-271-4/+9
* removed serial_source_device [smf] smf-2013-12-261-34/+0
* (mess) diserial: double half cycle freq and add timer callbacks to terminal a... cracyc2013-11-191-2/+2
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-35/+72
* diserial: simplify (nw) cracyc2013-07-011-28/+0
* diserial: from_hz is inverted so multiply (nw) cracyc2013-07-011-2/+2
* diserial: add attotime and clock-div forms of set_rate and rename check_for_s... cracyc2013-06-301-14/+41
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* diserial: Added methods for clocking the receiver/transmitter outside of the ... Curt Coder2013-05-211-2/+13
* fixed uninitialized member in src/emu/diserial.c (nw) Oliver Stöneberg2013-03-101-0/+1
* fixed uninitialized member in src/emu/diserial.c (nw) Oliver Stöneberg2013-02-231-0/+1
* fixed uninitialized variable in src/emu/diserial.c (nw) Oliver Stöneberg2013-02-161-0/+1
* fixed uninitialized variable in src/emu/diserial.c (nw) Oliver Stöneberg2013-02-141-0/+2
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* diserial: correct uninitialized data bug where the first character transmitte... R. Belmont2013-01-071-0/+1
* (MESS) small serial mouse fixes (nw) cracyc2012-10-281-0/+1
* Sync with MESS, Curt changes related to Wang PC (no whatsnew) Miodrag Milanovic2012-05-291-4/+4
* Import from MESS (no whatsnew) Miodrag Milanovic2012-03-121-0/+2
* Fixed order of timer init and save state by Sandro Ronco (no whatsnew) Miodrag Milanovic2012-02-261-6/+11
* mc146818 - Set period even if timer is disabled, required for windows nt [Carl] Miodrag Milanovic2012-02-201-0/+59
* Rewrite INS8250 to use diserial, updated Microtouch to modern and made it ser... Miodrag Milanovic2012-02-191-38/+38
* Cleanups and version bumpmame0143u5 Angelo Salese2011-09-061-6/+6
* Set more proper name to interface call (no whatsnew) Miodrag Milanovic2011-09-021-3/+3
* - Created device_serial_interface that should be used by UART's (no whatsnew) Miodrag Milanovic2011-09-021-0/+387