| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... |  holub | 2024-09-27 | 1 | -3/+3 |
| * | m6809,6522via,6840ptm: zerofill more variables at device start, |  hap | 2023-07-23 | 1 | -1/+1 |
| * | emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... |  MooglyGuy | 2023-06-01 | 1 | -6/+6 |
| * | -6840ptm: Fixed counter duration and fixed output behavior in single-shot and... |  MooglyGuy | 2022-07-20 | 1 | -14/+12 |
| * | fairlight/cmi.cpp: Fairlight CMI IIx audio improvements: (#10086) [Ryan Holtz] |  MooglyGuy | 2022-07-16 | 1 | -5/+7 |
| * | - Removed device_timer, device_timer_id, et al in favor of direct callback me... |  MooglyGuy | 2022-06-04 | 1 | -2/+1 |
| * | Remove void *ptr parameter from emu_timer, timer_device and all related callb... |  AJR | 2022-01-26 | 1 | -1/+1 |
| * | 6840ptm.cpp: updated m_gate initialization as per comments to d026d1ba845f899... |  Ivan Vangelista | 2020-10-03 | 1 | -0/+1 |
| * | (nw) whole lot less of { *this } |  Vas Crabb | 2020-02-05 | 1 | -1/+1 |
| * | -6840ptm: Undid previous changes other than the addition of logmacro. Should ... |  MooglyGuy | 2020-02-04 | 1 | -1/+0 |
| * | -6840ptm: Added specific logging channels. Added direct output state getter. ... |  mooglyguy | 2020-02-02 | 1 | -0/+1 |
| * | Add AMD/Plessey 2812 FIFO device (for WIP Star Rider driver) |  Vas Crabb | 2019-04-21 | 1 | -6/+6 |
| * | (nw) Clean up the mess on master |  Vas Crabb | 2019-03-26 | 1 | -2/+2 |
| * | Revert "conflict resolution (nw)" |  andreasnaive | 2019-03-25 | 1 | -2/+2 |
| * | 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) |  AJR | 2019-02-18 | 1 | -2/+2 |
| * | 6840: fix dual byte mode once again (nw) (#4081) |  dxl | 2018-10-07 | 1 | -1/+1 |
| * | Fix output pins in Dual 8 bit mode (nw) |  Sven Schnelle | 2018-08-31 | 1 | -0/+3 |
| * | -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... |  mooglyguy | 2018-08-11 | 1 | -22/+0 |
| * | devcb3 |  Vas Crabb | 2018-07-07 | 1 | -4/+8 |
| * | as if millions of this pointers suddenly cried out in terror, and were sudden... |  Vas Crabb | 2018-06-08 | 1 | -2/+0 |
| * | destaticify initializations (nw) (#3289) |  wilbertpol | 2018-03-04 | 1 | -9/+9 |
| * | 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) |  AJR | 2018-02-20 | 1 | -3/+3 |
| * | xtal.h is dead, long live to xtal.cpp [O. Galibert] |  Olivier Galibert | 2018-01-23 | 1 | -0/+1 |
| * | Move static data out of devices into the device types. This is a significant... |  Vas Crabb | 2017-05-14 | 1 | -9/+7 |
| * | Remove emu.h from headers (nw) |  Olivier Galibert | 2017-02-11 | 1 | -1/+0 |
| * | 6840ptm: use standard device clock for internal clock |  Dirk Best | 2016-12-04 | 1 | -5/+0 |
| * | replaced machine().driver_data()->generic_space() with machine().dummy_space(... |  smf- | 2016-11-03 | 1 | -2/+2 |
| * | NOTICE (TYPE NAME CONSOLIDATION) |  Miodrag Milanovic | 2016-10-22 | 1 | -21/+21 |
| * | Change 6840ptm to use an array of devcb_write_line, nw |  therealmogminer@gmail.com | 2016-10-03 | 1 | -10/+6 |
| * | -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] |  therealmogminer@gmail.com | 2016-10-03 | 1 | -3/+3 |
| * | srcclean (nw) |  Vas Crabb | 2016-09-26 | 1 | -11/+11 |
| * | -cmi2x: Fixed channel card memory tests. [Ryan Holtz] |  therealmogminer@gmail.com | 2016-09-16 | 1 | -2/+21 |
| * | reverting: |  Miodrag Milanovic | 2016-01-20 | 1 | -1/+1 |
| * | tags are now strings (nw) |  Miodrag Milanovic | 2016-01-16 | 1 | -1/+1 |
| * | override part 1 (nw) |  Miodrag Milanovic | 2015-12-05 | 1 | -3/+3 |
| * | Move all devices into separate part of src tree (nw) |  Miodrag Milanovic | 2015-09-13 | 1 | -0/+148 |