summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dma.c
Commit message (Expand)AuthorAgeFilesLines
...
* z80dma: implemented fixed port transfer behaviour. Angelo Salese2009-09-191-4/+7
* z80dma: Implemented reset command Angelo Salese2009-09-181-1/+29
* z80dma: Fixed Initiate read command Angelo Salese2009-09-161-6/+9
* z80dma: Added enable/disable irq, force ready and reinitialize status byte co... Angelo Salese2009-09-161-6/+32
* z80dma: Added continue and reset port A/B timing commands Angelo Salese2009-09-161-7/+17
* z80dma: Added Initiate read sequence command and hooked up basic status reading Angelo Salese2009-09-161-4/+25
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-10/+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 the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-1/+1
* Made CPUs into proper devices. CPUs are now added in the Aaron Giles2008-12-161-2/+2
* Cleanups/version bump/added missing drivers.mame0128u5 Aaron Giles2008-12-061-1/+1
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-15/+15
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-2/+2
* [Z80DMA] Added placeholders for interrupt callback and Z80 daisy chain functi... Curt Coder2008-11-251-3/+29
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-19/+15
* 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
* 8257dma and z80dma devices now require device callback handlers instead of ma... Couriersud2008-08-031-25/+27
* Cleanups/version bump.mame0125u7 Aaron Giles2008-06-261-1/+1
* Cleaned up z80dma interface - missing files from last commit) Couriersud2008-06-221-71/+36
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-04-241-6/+6
* Fix chicken and egg problem with device_start callbacks. Aaron Giles2008-03-171-7/+2
* Changed device interfaces to pass the device_config * rather Aaron Giles2008-03-061-7/+7
* Cleanups and version bump.mame0123u4 Aaron Giles2008-03-061-2/+2
* Changed z80dma to new device interface, updated mario.c and dkong.c to use ne... Couriersud2008-03-021-125/+165
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-1/+1
* - 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
* Cleanups and version bump to 0.122u4.mame0122u4 Aaron Giles2008-01-071-13/+13
* Switched to use the standard compile-time logging pattern, which is more wide... Aaron Giles2008-01-051-5/+7
* Added Z80 DMA chip. Couriersud2008-01-041-0/+492