summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8257dma.h
Commit message (Expand)AuthorAgeFilesLines
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-37/+12
* Fixed the I/O address in Intel 8257 DMA operations. [Curt Coder] Curt Coder2011-04-151-2/+2
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Added an integral device_timer_id to device timers. This is a Aaron Giles2010-09-171-10/+4
* Updated the i8257 DMA device to no longer be legacy. [Harmony] Ryan Holtz2010-08-261-13/+115
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-3/+3
* 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-1/+1
* Refactored i8257 DMA to use devcb. Curt Coder2009-11-071-37/+80
* 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/+8
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-1/+1
* 8257dma and z80dma devices now require device callback handlers instead of ma... Couriersud2008-08-031-5/+5
* implemented 8257 dma controller as proper device Couriersud2008-06-221-31/+14
* Added Z80 DMA chip. Couriersud2008-01-041-1/+1
* Changes for MAME 0.121u3.mame0121u3 Aaron Giles2007-12-171-0/+67