summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/6840ptm.h
Commit message (Expand)AuthorAgeFilesLines
* Added ATTR_COLD to common lifecycle methods for many files in src/devices. (#... holub2024-09-271-3/+3
* m6809,6522via,6840ptm: zerofill more variables at device start, hap2023-07-231-1/+1
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-6/+6
* -6840ptm: Fixed counter duration and fixed output behavior in single-shot and... MooglyGuy2022-07-201-14/+12
* fairlight/cmi.cpp: Fairlight CMI IIx audio improvements: (#10086) [Ryan Holtz] MooglyGuy2022-07-161-5/+7
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+1
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* 6840ptm.cpp: updated m_gate initialization as per comments to d026d1ba845f899... Ivan Vangelista2020-10-031-0/+1
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-1/+1
* -6840ptm: Undid previous changes other than the addition of logmacro. Should ... MooglyGuy2020-02-041-1/+0
* -6840ptm: Added specific logging channels. Added direct output state getter. ... mooglyguy2020-02-021-0/+1
* Add AMD/Plessey 2812 FIFO device (for WIP Star Rider driver) Vas Crabb2019-04-211-6/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-2/+2
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-2/+2
* 6821pia, 6840ptm, 6850acia, bus/ss50, cmi01a: Simplify read/write handlers (nw) AJR2019-02-181-2/+2
* 6840: fix dual byte mode once again (nw) (#4081) dxl2018-10-071-1/+1
* Fix output pins in Dual 8 bit mode (nw) Sven Schnelle2018-08-311-0/+3
* -68230pit, 68307, 68340, 6840ptm, 6850acia, 68561mpcc: Removed MCFG macros an... mooglyguy2018-08-111-22/+0
* devcb3 Vas Crabb2018-07-071-4/+8
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-2/+0
* destaticify initializations (nw) (#3289) wilbertpol2018-03-041-9/+9
* 6840ptm: Counter/timers are numbered from 1 to 3, not 0 to 2 as with 8253 (nw) AJR2018-02-201-3/+3
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-0/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-9/+7
* Remove emu.h from headers (nw) Olivier Galibert2017-02-111-1/+0
* 6840ptm: use standard device clock for internal clock Dirk Best2016-12-041-5/+0
* replaced machine().driver_data()->generic_space() with machine().dummy_space(... smf-2016-11-031-2/+2
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-21/+21
* Change 6840ptm to use an array of devcb_write_line, nw therealmogminer@gmail.com2016-10-031-10/+6
* -6840ptm: Changed WRITE8 to WRITE_LINE for single-bit outputs. [Ryan Holtz] therealmogminer@gmail.com2016-10-031-3/+3
* srcclean (nw) Vas Crabb2016-09-261-11/+11
* -cmi2x: Fixed channel card memory tests. [Ryan Holtz] therealmogminer@gmail.com2016-09-161-2/+21
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* override part 1 (nw) Miodrag Milanovic2015-12-051-3/+3
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-0/+148