summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/8237dma.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-7/+7
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* i8237: removed old MESS hack leftover. No whatsnew. Wilbert Pol2009-12-261-16/+0
* A few more fixes. Aaron Giles2009-12-211-1/+2
* Cleanups and version bump.mame0135u1 Aaron Giles2009-11-201-1/+1
* Fixed i8237 DACK polarity. Curt Coder2009-11-081-1/+1
* Refactored i8237 DMA to use devcb. Curt Coder2009-11-081-172/+218
* Fixed DMA write mask register in 8237dma [Mariusz Wojcieszek] mariuszw12009-10-071-1/+1
* Cleanups and version bump.mame0132u1 Aaron Giles2009-06-181-10/+10
* Made the 8237 dma controller emulation more accurate by implementing it as a ... Wilbert Pol2009-06-131-133/+339
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-8/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-3/+3
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-2/+0
* Cleaned up device and sound interfaces to match the CPU Aaron Giles2008-12-191-5/+5
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-2/+2
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-3/+3
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* Cleanups and version bump.mame0127u3 Aaron Giles2008-09-111-1/+1
* Changed DEVICE_START functions to return an error code. Currently this Aaron Giles2008-09-091-0/+2
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-2/+1
* Changed the 8237dma implementation into a device. Wilbert Pol2008-04-071-153/+151
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-14/+14
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* - Changed cpunum_set_input_line* functions to take running_machine as an argu... Zsolt Vasvari2008-01-241-1/+1
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-3/+3
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+450