| Commit message (Expand) | Author | Age | Files | Lines |
* | mc68681,micro3d: small cleanup |  hap | 2025-01-17 | 1 | -15/+15 |
* | machine/mc68681.cpp: sc28c94 has 64 registers |  angelosa | 2024-09-26 | 1 | -6/+6 |
* | machine/mc68681.cpp: unambiguous xr68c681 control blocks |  angelosa | 2024-09-26 | 1 | -2/+4 |
* | mc68681: idle tx lines after transmitter reset |  Patrick Mackinlay | 2023-08-14 | 1 | -0/+6 |
* | emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) |  Vas Crabb | 2023-06-17 | 1 | -12/+4 |
* | mc68681: Delay setting of TxRDY until start bit time has passed (fixes DUART ... |  AJR | 2023-06-15 | 1 | -10/+33 |
* | mc68681: separate transmitter holding and shift registers |  Patrick Mackinlay | 2023-06-07 | 1 | -41/+18 |
* | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -7/+7 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
* | tek410x: Add keyboard [AJR, Bitsavers] |  AJR | 2021-05-31 | 1 | -16/+6 |
* | mc68681: ignore tx enable if already enabled |  Patrick Mackinlay | 2021-02-02 | 1 | -1/+1 |
* | mc68681: output counter ready on op3 |  Patrick Mackinlay | 2020-11-02 | 1 | -18/+42 |
* | HP IPC: support for I/O slots and 82919 serial card added (#7001) |  fulivi | 2020-07-27 | 1 | -30/+113 |
* | tek4404: Updates; display restored (nw) |  AJR | 2019-06-18 | 1 | -0/+2 |
* | mc68340: correct MC68340 baud rate calculation [R. Belmont] |  arbee | 2019-05-26 | 1 | -0/+71 |
* | 68307, mc68681, tmp68301: Disable side effects for interrupt acknowledgment (nw) |  AJR | 2019-04-04 | 1 | -0/+8 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -16/+19 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -19/+16 |
* | -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw |  MooglyGuy | 2019-02-03 | 1 | -16/+19 |
* | mc68681: Detect framing and parity errors, storing flags with FIFO characters |  AJR | 2018-12-28 | 1 | -49/+44 |
* | mc2661, mc68681, scn2674 et al.: Eliminate space and mem_mask arguments from ... |  AJR | 2018-12-26 | 1 | -18/+18 |
* | srcclean and manual fixup (nw) |  Vas Crabb | 2018-08-26 | 1 | -1/+1 |
* | further consistency (nw) |  Vas Crabb | 2018-07-23 | 1 | -42/+24 |
* | Add Exar XR68C681 support to mc68681.cpp (again) (#3755) |  jzatarski | 2018-07-23 | 1 | -372/+554 |
* | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -7/+6 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -3/+3 |
* | micro3d: Hook up terminal to the vgb board |  Dirk Best | 2017-12-01 | 1 | -1/+1 |
* | mc68681: Another note (nw) |  AJR | 2017-11-25 | 1 | -0/+4 |
* | mc68681: Note on model differences (nw) |  AJR | 2017-11-22 | 1 | -0/+6 |
* | Don't accidentally deprive MC68681 of interrupts (nw) |  AJR | 2017-11-22 | 1 | -0/+2 |
* | mc68681: Distinguish SCN2681 and MC68681 DUART types |  AJR | 2017-11-22 | 1 | -121/+144 |
* | mt5510: DUART drives EEPROMs (nw) |  AJR | 2017-11-19 | 1 | -0/+7 |
* | 68340: Fixed -validate errors and made slight cleanup |  Joakim Larsson Edstrom | 2017-09-08 | 1 | -7/+12 |
* | mc68681: Added the duart compatible 68340 serial module |  Joakim Larsson Edstrom | 2017-09-04 | 1 | -7/+75 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 1 | -5/+0 |
* | some more devices/machine to device_add_mconfig (nw) |  Ivan Vangelista | 2017-06-01 | 1 | -19/+10 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -2/+2 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -20/+21 |
* | Self-registering devices prep: |  Vas Crabb | 2017-02-27 | 1 | -3/+3 |
* | srcclean (nw) |  Vas Crabb | 2017-01-22 | 1 | -12/+12 |
* | mc68681: Channels C and D can now transmit properly for sc28c94. [R. Belmont] |  arbee | 2017-01-01 | 1 | -2/+67 |
* | mc68681: Preliminary support for SC28C94 QUART. [R. Belmont] |  arbee | 2016-12-31 | 1 | -29/+61 |
* | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -25/+25 |
* | std::min and std:max instead of MIN and MAX, also some more macros converted ... |  Miodrag Milanovic | 2016-07-31 | 1 | -3/+3 |
* | vt240: WIP (nw) |  cracyc | 2016-07-11 | 1 | -1/+33 |
* | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -11/+11 |
* | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -11/+11 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |
* | cleanup (nw) |  Miodrag Milanovic | 2015-12-26 | 1 | -1/+1 |