summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80scc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* z80scc: Reset Tx Interrupt Pending Command implemented Joakim Larsson Edstrom2017-05-021-8/+33
* fix some device validation errors, also fix uninitialised members in some dev... Vas Crabb2017-03-031-24/+6
* Self-registering devices prep: Vas Crabb2017-02-271-10/+10
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-0/+1
* need LOG_GENERAL before VERBOSE (nw) Vas Crabb2017-01-211-0/+1
* add logmacro.h inspired by Edstrom's log macros Vas Crabb2017-01-201-33/+33
* improved LOG printouts Joakim Larsson Edstrom2017-01-121-16/+30
* clean up some of this double paren nonsense (nw) Vas Crabb2016-12-151-236/+236
* Typo fix: beeing → being Jordi Mallach2016-12-141-3/+3
* Fixed a regression fifo bug and a bug in the handling of Special Interrupts Joakim Larsson Edstrom2016-12-131-19/+9
* WIP: Intergraph driver support: Enabled more Rx interrupts and fixed error fifo Joakim Larsson Edstrom2016-11-301-79/+59
* srcclean (nw) Vas Crabb2016-11-271-23/+23
* A round of spelling/typographical fixes to source comments (nw) Scott Stone2016-11-241-2/+2
* using compile error as sanity check Joakim Larsson Edstrom2016-11-211-1/+1
* using semicolon for safety instead of curly brackets Joakim Larsson Edstrom2016-11-211-1/+1
* Added minimal support for SYNC/HUNT mode to allow MacOS7 to boot to desktop Joakim Larsson Edstrom2016-11-211-27/+49
* SCC: Improved LOG printouts for synchrounous features of WR4 and WR10 Joakim Larsson Edstrom2016-11-211-8/+20
* SCC Fixed init state of latched rr0 values Joakim Larsson Edstrom2016-11-021-13/+14
* - Improved/Corrected handling of external interrupts, latching of status bits... Joakim Larsson Edstrom2016-11-021-150/+166
* Fixed bug in rr15 - read register 15, inhibiting mac plus & co to boot Joakim Larsson Edstrom2016-10-281-5/+23
* Missing files from last commit (nw) arbee2016-10-271-0/+43
* Added support for RTxC external clock source for BRG Joakim Larsson Edstrom2016-10-261-69/+111
* srcclean (nw) Vas Crabb2016-10-231-12/+12
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-67/+67
* Improved Tx handling with fifo including special case with 1 slot fifo Joakim Larsson Edstrom2016-10-221-51/+126
* - Added iack by reading rr2 Joakim Larsson Edstrom2016-10-181-101/+44
* Fixed vector modification Joakim Larsson Edstrom2016-10-171-15/+23
* - zbus interface functions zbus_r and zbus_w added supporting shift left/righ... Joakim Larsson Edstrom2016-10-171-91/+271
* Fix various spelling fixes. Jordi Mallach2016-09-291-2/+2
* Cleanups and version bump Miodrag Milanovic2016-07-271-24/+24
* Added support for delayed change of Tx baudrate Joakim Larsson Edstrom2016-07-221-15/+36
* Added support for changing the BRG constants after enabling Rx/Tx Joakim Larsson Edstrom2016-07-191-4/+11
* HLE serial keybord compatible with Sun Type 4/5/6 connected to sun4/sun4c [Va... Vas Crabb2016-07-181-1/+1
* Fixed problem with dropped characters for Sun4_75 Joakim Larsson Edstrom2016-07-071-42/+71
* Fix for mid tx reset of scc channel Joakim Larsson Edstrom2016-07-051-0/+1
* Fixed baudrate calculation issue and some minor debug message errors Joakim Larsson Edstrom2016-06-021-12/+13
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-17/+17
* Baud Rate Generator now uses diserial timers through setrate(), Added ADD_ ma... Joakim Larsson Edstrom2016-05-151-151/+198
* Cleanups and version bump Miodrag Milanovic2016-03-301-6/+6
* turned off logging Joakim Larsson Edstrom2016-03-271-1/+1
* Added initial support for baudrate generator Joakim Larsson Edstrom2016-03-271-31/+125
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-11/+11
* reverting: Miodrag Milanovic2016-01-201-82/+82
* Revert "rest of device parameters to std::string (nw)" Miodrag Milanovic2016-01-201-1/+1
* rest of device parameters to std::string (nw) Miodrag Milanovic2016-01-161-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-82/+82
* cleanup (nw) Miodrag Milanovic2015-12-261-2/+2
* sun3: switch to new Z80SCC device, add RS232 ports (not functioning yet) [R. ... arbee2015-12-131-0/+47
* clang-modernize part 6 Miodrag Milanovic2015-12-041-6/+6
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2241