| Commit message (Expand) | Author | Age | Files | Lines |
* | full xtal conversionxtal |  Olivier Galibert | 2 days | 1 | -19/+19 |
* | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -1/+1 |
* | Eliminate ARRAY_LENGTH template in favor of C++17's std::size |  AJR | 2021-02-14 | 1 | -6/+6 |
* | ampex230p: Keyboard work (nw) |  AJR | 2020-03-01 | 1 | -1/+1 |
* | z80dart: Replace old device with new variant of modern SIO emulation |  AJR | 2020-02-29 | 1 | -28/+85 |
* | Eliminate legacy Z80 SIO emulation |  AJR | 2020-02-23 | 1 | -1/+4 |
* | i8274, upd7201: Replace legacy device emulations and rename new devices |  AJR | 2020-02-23 | 1 | -19/+15 |
* | devcb.cpp: syntactic sugar for constructing/resolving arrays of callbacks (nw) |  Vas Crabb | 2020-02-05 | 1 | -21/+14 |
* | mk68564: Emulate BRG; fix cut-and-paste error in pinout (nw) |  AJR | 2019-10-29 | 1 | -10/+54 |
* | Add preliminary MK68564 device (nw) |  AJR | 2019-10-29 | 1 | -8/+397 |
* | z80sio.cpp: Verified sync byte behavior for SDLC/HDLC, LOG message details added |  Joakim Larsson Edstrom | 2019-10-24 | 1 | -56/+67 |
* | z80sio.cpp: Fixed some log messages |  Joakim Larsson Edstrom | 2019-10-24 | 1 | -8/+8 |
* | z80sio: fixed a few regressions in systems with z80sio/i8274 |  fulivi | 2019-06-02 | 1 | -0/+3 |
* | Hp9845: added 98046 module emulation (#5115) |  fulivi | 2019-05-26 | 1 | -327/+680 |
* | z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) |  AJR | 2019-03-27 | 1 | -4/+4 |
* | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -9/+11 |
* | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -11/+9 |
* | -src/devices/machine: Random MCFG and MACHINE_CONFIG removals, nw |  MooglyGuy | 2019-02-03 | 1 | -9/+11 |
* | z80sio: Ignore "Send Abort" command when not in SDLC mode (unbreaks jade) |  AJR | 2018-08-25 | 1 | -8/+15 |
* | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -10/+17 |
* | diexec: Interrupt API changes (nw) |  AJR | 2018-05-18 | 1 | -2/+2 |
* | Grammar police (nw) |  Olivier Galibert | 2018-02-24 | 1 | -3/+3 |
* | z80sio.cpp: Fix typo (nw) |  AJR | 2018-02-01 | 1 | -1/+1 |
* | API Change: Machine configs are now a method of the owner class, and the prot... |  Olivier Galibert | 2018-01-17 | 1 | -2/+2 |
* | Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | Revert "Merge branch 'master' of https://github.com/mamedev/mame" |  Firehawke | 2017-12-13 | 1 | -1/+1 |
* | get rid of legacy BITSWAP* (nw) |  Vas Crabb | 2017-12-13 | 1 | -1/+1 |
* | (nw) Fixed the build. |  Robbbert | 2017-11-18 | 1 | -3/+3 |
* | z80sio updates: |  Vas Crabb | 2017-11-18 | 1 | -84/+209 |
* | restore most of 5ad509e4b2d3c8a989c8342ae60900d169abeba0, use arays for callb... |  Vas Crabb | 2017-11-17 | 1 | -37/+64 |
* | fix (nw) |  Vas Crabb | 2017-11-17 | 1 | -1/+1 |
* | z80sio: generalise synchronous transmission to other modes, re-implement brea... |  Vas Crabb | 2017-11-17 | 1 | -88/+98 |
* | z80sio updates: |  Vas Crabb | 2017-11-16 | 1 | -534/+923 |
* | z80sio: First stab at WRDY emulation; some logging improvements (nw) |  AJR | 2017-11-01 | 1 | -4/+37 |
* | z80sio: more corner cases (nw) |  Vas Crabb | 2017-10-31 | 1 | -24/+38 |
* | forgot the other error (nw) |  Vas Crabb | 2017-10-31 | 1 | -1/+1 |
* | z80sio: framing error should always generate interrupt in interrupt-on-first ... |  Vas Crabb | 2017-10-30 | 1 | -4/+2 |
* | z80sio: better handling of Rx FIFO and interrupts in async mode |  Vas Crabb | 2017-10-30 | 1 | -47/+59 |
* | z80sio: Made async receive behave more like real device. |  Vas Crabb | 2017-10-30 | 1 | -84/+95 |
* | Move object finder resolution before device_start - should solve github #2759 |  Vas Crabb | 2017-10-28 | 1 | -8/+26 |
* | srcclean (nw) |  Vas Crabb | 2017-10-22 | 1 | -1/+1 |
* | Merge pull request #2666 from JoakimLarsson/z80xxx_iack |  R. Belmont | 2017-10-12 | 1 | -7/+12 |
|\ |
|
| * | z80sio/z80scc: now returns cpu specific default vector when no interrupt foun... |  Joakim Larsson Edstrom | 2017-09-21 | 1 | -7/+12 |
* | | altos8600: move default terminal to ics as xenix expects (nw) |  cracyc | 2017-09-25 | 1 | -1/+1 |
|/ |
|
* | Remove a whole lot of I64 from format strings. |  Vas Crabb | 2017-08-10 | 1 | -2/+0 |
* | Cleaned up serial, matrix keyboard and TI-8x link protocol interfaces: |  Vas Crabb | 2017-07-11 | 1 | -6/+0 |
* | some more device_add_mconfig. Only devices/bus remains. (nw) |  Ivan Vangelista | 2017-06-02 | 1 | -6/+2 |
* | m_owner cleanup (nw) |  AJR | 2017-05-25 | 1 | -55/+55 |
* | Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. |  Vas Crabb | 2017-05-22 | 1 | -1/+1 |
* | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -53/+31 |