summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80dma.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* sinclair: Started adding devices for ZX Spectrum Next. [holub] Vas Crabb2024-04-021-24/+6
* srcclean and manual cleanup in preparation for 0.263 release. Vas Crabb2024-02-251-1/+1
* z80dma: add PULSE mode handling Miodrag Milanovic2024-02-151-1/+20
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-12/+2
* emu/device.h: Removed device (READ|WRITE)_LINE_MEMBER in favor of explicit fu... MooglyGuy2023-06-011-3/+3
* Cleaned up logging across the codebase (GitHub #10183). (#11250) [Ryan Holtz] MooglyGuy2023-05-231-1/+0
* z80dma: improved end of block test Patrick Mackinlay2023-01-311-25/+10
* z80dma: correct end of block test again Patrick Mackinlay2023-01-301-2/+8
* z80dma: correct end of block test Patrick Mackinlay2023-01-261-2/+1
* z80dma: ensure dma is stopped after most commands Patrick Mackinlay2022-06-081-7/+4
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-1/+1
* srcclean and manual tidying up in preparation for 0.242 release Vas Crabb2022-03-271-1/+1
* z80dma: Implemented the byte counter as an up counter. [Curt Coder] Curt Coder2022-03-011-4/+9
* z80dma: Fixed Interrupt Enable Output. [Curt Coder] Curt Coder2022-03-011-1/+6
* z80dma: Added IEO callback. [Curt Coder] Curt Coder2020-08-221-0/+4
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-72/+75
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-9/+9
* TIMER_CALLBACK to TIMER_CALLBACK_MEMBER (nw) Miodrag Milanovic2016-03-071-5/+5
* reverting: Miodrag Milanovic2016-01-201-40/+40
* tags are now strings (nw) Miodrag Milanovic2016-01-161-40/+40
* cleanup (nw) Miodrag Milanovic2015-12-261-1/+1
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+881