summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mos6551.c
Commit message (Expand)AuthorAgeFilesLines
* fixed usage of uninitialized members in mos6551_device (nw) Oliver Stöneberg2014-04-241-0/+4
* fixed usage of uninitialized members in mos6551_device (nw) Oliver Stöneberg2014-04-241-0/+4
* fixed usage of uninitialized member in mos6551_device (nw) Oliver Stöneberg2014-04-241-0/+1
* ignore reads from the debugger (nw) smf-2014-04-151-0/+3
* MOS 6551 Fixed uninitialised variable that could prevent transmit irq from be... smf-2014-04-151-1/+3
* Stop the internal timer if DTR is high and there is no character being receiv... smf-2014-04-111-1/+16
* Support 115200 on Apple III [smf] smf-2014-04-071-14/+31
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+1
* Rewritten 6551 emulation. Changed clock to be the o2 clock instead of the bau... smf-2014-03-171-251/+634
* Removed diserial connect(). Converted thomson, mc1502 & wangpc to use DEVCB2 ... smf-2014-02-241-38/+3
* mos6551: support Rockwell 6551s, which show different register contents from ... R. Belmont2014-02-021-3/+31
* Changed parity & stop bits to an enum (you can now pass in 1.5). I've updated... smf-2014-01-131-9/+9
* moved variables (nw) smf-2014-01-101-12/+12
* Call set_data_frame() before stc_rcv_rate() in a few more places, as since r2... smf-2014-01-101-2/+2
* forgot to actually remove the rxd callback variable. (nw) smf-2013-12-231-5/+1
* removed unused rxd callback from mos6551 and made devcb2 consistent with othe... smf-2013-12-231-19/+18
* diserial: Remove defines, cleanup clocks/timers, add sync support [O. Galibert] Olivier Galibert2013-11-181-10/+16
* License tags. (nw) Curt Coder2013-10-161-0/+2
* diserial: add attotime and clock-div forms of set_rate and rename check_for_s... cracyc2013-06-301-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* (MESS) Added RS-232 ports to several drivers. [Curt Coder] Curt Coder2013-05-211-2/+6
* Cleanups and version bumpmame0148u2 Miodrag Milanovic2013-03-191-2/+2
* (MESS) c64: Connected the Turbo232/SwiftLink cartridges' RS-232 port to the 6... Curt Coder2013-02-121-0/+10
* mos6551: Added serial callbacks. [Curt Coder] Curt Coder2013-02-121-11/+112
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-10/+10
* (MESS) c64: Added CMD SwiftLink cartridge emulation. [Curt Coder] Curt Coder2013-02-061-14/+33
* (MESS) devcb2 conversions. (nw) Curt Coder2013-02-061-0/+277