summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/6850acia.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-597/+0
* more pedantic fixes (NW) Cowering2015-07-081-1/+1
* did change for smf (nw) Miodrag Milanovic2015-05-121-1/+1
* Added known authors to licenses tags (nw) Miodrag Milanovic2015-05-091-1/+1
* 6850acia: fix parity (nw) cracyc2015-02-131-2/+2
* fixed usage of uninitialized members in acia6850_device (nw) Oliver Stöneberg2014-04-231-0/+4
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-3/+3
* (MESS) New driver added : Miodrag Milanovic2014-03-251-3/+2
* tidied up enum names, fixed frame error detection (nw) smf-2014-03-161-59/+59
* fixed excessive logging (nw) smf-2014-03-161-2/+5
* fixed bug in sending that showed up using terminal (nw) smf-2014-02-271-27/+30
* Rewritten 6850 based on datasheet using external CLOCK & removed MIDI clock h... smf-2014-02-211-561/+382
* fixed uninitialised variables, atari st mouse works again [smf] smf-2013-12-281-1/+4
* changed write_rx to update the correct variable (nw) smf-2013-12-231-1/+1
* replaced read rx/cts/dcd callbacks in ACIA6850 write write handlers, which al... smf-2013-12-221-26/+29
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* 6850acia.c: Improved DCD signal handling. [Wilbert Pol] Wilbert Pol2013-04-251-30/+38
* fixed another uninitialized member in src/emu/machine/6850acia.c (nw) Oliver Stöneberg2013-03-061-0/+1
* fixed uninitialized members in src/emu/machine/6850acia.c (nw) Oliver Stöneberg2013-03-061-0/+5
* fixed another uninitialized variable in src/emu/machine/6850acia.c (nw) Oliver Stöneberg2013-02-161-0/+1
* fixed uninitialized variable in src/emu/machine/6850acia.c (nw) Oliver Stöneberg2013-02-161-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* 6850acia: bring IRQ line into standard usage (ASSERT_LINE = IRQ active) [R. B... R. Belmont2012-12-031-3/+3
* Cleanups and version bumpmame0142u3 Angelo Salese2011-05-081-1/+1
* Cleanup acia6850 modernization, removing trampolines. Aaron Giles2011-05-041-130/+69
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-19/+19
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-30/+26
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-3/+3
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-23/+23
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-2/+2
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-4/+4
* running_device -> device_t Aaron Giles2010-12-311-5/+5
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-2/+2
* Added receive byte function to MC6850 ACIA for MESS generic terminal emulatio... Curt Coder2010-12-201-19/+48
* Adjust MC6850 receive/transmit timer periods when clocks are changed. [Curt C... Curt Coder2010-12-101-0/+32
* Correcting device names. No whatsnew. Ryan Holtz2010-08-281-1/+1
* Updated the PTM 6840 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-261-3/+3
* Updated the ACIA 6850 device to no longer be legacy. [Harmony] Ryan Holtz2010-08-261-403/+312
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+2
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-5/+4
* 6850ACIA: Improved handling of /CTS signal and fixed issue with transmission ... Phil Bennett2010-04-141-76/+71
* Convrted the rest of devintrf to classes and moved management Aaron Giles2010-01-191-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-2/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-2/+2