summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/machine/z80dma.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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