summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/diserial.c
Commit message (Expand)AuthorAgeFilesLines
* 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