summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dma.h
Commit message (Expand)AuthorAgeFilesLines
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-1/+1
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-21/+21
* z80dma: converted to use devcb2. nw. Fabio Priuli2014-04-291-33/+33
* z80dma finalized modernizing (nw) Miodrag Milanovic2014-03-151-22/+3
* fix array out of bounds Michaƫl Banaan Ananas2014-02-261-1/+1
* (MESS) abc800: Xebec WIP. (nw) Curt Coder2013-10-251-0/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-27/+27
* Memory handler normalization, part 1. Aaron Giles2012-09-171-2/+2
* z80dma: support for search & transfer mode [Angelo Salese] Angelo Salese2012-07-051-0/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-37/+12
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-1/+1
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-3/+0
* Cleanups and version bump. Aaron Giles2010-06-171-7/+7
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-26/+147
* Cleaned up the Z80-DMA implementation. (no whatsnew) Curt Coder2010-02-171-3/+2
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-9/+9
* Refactored Z80 DMA to use devcb. Curt Coder2009-11-081-23/+69
* Removed the MDRV_<devtype>_REMOVE macros. A simple DEVICE_REMOVE Aaron Giles2009-06-081-3/+0
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-3/+7
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* [Z80DMA] Added placeholders for interrupt callback and Z80 daisy chain functi... Curt Coder2008-11-251-2/+2
* 8257dma and z80dma devices now require device callback handlers instead of ma... Couriersud2008-08-031-6/+6
* Cleaned up z80dma interface - missing files from last commit) Couriersud2008-06-221-31/+10
* Changed z80dma to new device interface, updated mario.c and dkong.c to use ne... Couriersud2008-03-021-29/+32
* Added Z80 DMA chip. Couriersud2008-01-041-0/+61