summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80ctc.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sinclair: Started adding devices for ZX Spectrum Next. [holub] Vas Crabb2024-04-021-2/+7
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-14/+0
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-4/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Remove void *ptr parameter from emu_timer, timer_device and all related callb... AJR2022-01-261-1/+1
* Z80 CTC ZC/TO goes high for one clock cycle [smf] smf-2021-12-171-3/+10
* (nw) whole lot less of { *this } Vas Crabb2020-02-051-8/+7
* Prevent integer overflow in Z80 CTC device, which causes a runtime error on W... Justin Kerk2019-03-311-1/+4
* z80ctc, z80dart, z80sio: Simplify read/write handlers (nw) AJR2019-03-271-2/+2
* z80ctc: Allow a fixed-rate clock input to be configured for each channel. Thi... AJR2018-11-101-44/+52
* Replace ATTOSECONDS_TO_HZ with as_hz where appropriate (nw) AJR2018-11-051-1/+1
* z80daisy: finished removing MCFG macro (nw) Ivan Vangelista2018-08-311-6/+7
* z80ctc.cpp: Room for improvement (nw) AJR2018-05-151-0/+1
* proposal: move z80daisy* to devices/machine (#3572) Patrick Mackinlay2018-05-151-1/+0
* z80ctc: Disabling a channel interrupt also turns it off AJR2018-05-061-1/+9
* z80ctc: Make channels into subdevices AJR2018-04-141-122/+112
* z80ctc: Minor clock cleanup (nw) AJR2017-05-251-5/+2
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* polyplay: added newer ZRE-PP based polyplay version Ariane Fugmann2017-01-121-0/+6
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-4/+4
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-3/+3
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* Cleanups and version bumpmame0169 Miodrag Milanovic2015-12-301-2/+0
* clang-modernize part 6 Miodrag Milanovic2015-12-041-2/+2
* clang-modernize part 3 Miodrag Milanovic2015-12-041-3/+3
* Cleanups and version bumpmame0168 Miodrag Milanovic2015-11-251-3/+3
* Some more cleanup (nw) Miodrag Milanovic2015-11-111-3/+5
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+526