summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80dma.c
Commit message (Expand)AuthorAgeFilesLines
* z80dma: Implemented Auto Restart. [Curt Coder] Curt Coder2013-11-161-7/+23
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized memory in src/emu/machine/z80dma.c (nw) Oliver Stöneberg2013-03-061-0/+1
* fixed uninitialized member in src/emu/machine/z80dma.c (nw) Oliver Stöneberg2013-02-221-0/+1
* fixed unfixed uninitialized variables in src/emu/machine/z80dma.c (nw) Oliver Stöneberg2013-02-161-0/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-81/+81
* added missing \n to some more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-081-2/+2
* z80dma: support for search & transfer mode [Angelo Salese] Angelo Salese2012-07-051-38/+44
* some memconv.h usage removal (nw) Miodrag Milanovic2012-05-241-1/+0
* Fix z80dma assert Angelo Salese2012-01-041-3/+4
* z80dma: Added an alternative way of register read-back that directly Angelo Salese2011-08-161-20/+39
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-17/+17
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-65/+22
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* BIG update. Aaron Giles2011-03-291-1/+1
* Fixed decrementing transfers in z80dma core [Angelo Salese] Angelo Salese2011-03-241-6/+4
* z80dma assert patching, don't bother Angelo Salese2011-02-121-0/+2
* Removed short name as parameter from device_config this way it is not mandato... Miodrag Milanovic2011-02-111-1/+1
* - Added shortname to devices in order to make ROM loading per device possible... Miodrag Milanovic2011-02-101-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-17/+17
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-2/+2
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-2/+2
* Attotime bulk conversion step: Aaron Giles2011-02-031-3/+3
* Cleanups and version bump. Aaron Giles2010-10-141-2/+2
* Modified Z80-DMA reset command (C3) to not randomly clear registers. [Curt Co... Curt Coder2010-09-241-0/+5
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+7
* Improved Z80-DMA debug logging. (no whatsnew) Curt Coder2010-09-191-24/+31
* Revert previous z80dma fix (made it specific to the MESS driver), not worth Angelo Salese2010-09-041-1/+1
* Fixed z80dma ready state callback when it's configured as active low [Angelo ... Angelo Salese2010-09-031-1/+1
* Small log fix, not worth Angelo Salese2010-09-031-4/+4
* Cleanups and version bump.mame0139u1 Aaron Giles2010-08-121-1/+1
* Fixed Z80 DMA ready handling. (no whatsnew) Curt Coder2010-08-061-19/+11
* Modified way device_type constants are defined in order to get unidasm compil... Miodrag Milanovic2010-06-291-0/+2
* Changed device name from an overridable function to a parameter passed to Aaron Giles2010-06-251-1/+1
* Cleanups and version bump. Aaron Giles2010-06-171-11/+11
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-528/+562
* Fixed Z80-DMA Load and Continue commands. [Curt Coder] Curt Coder2010-03-231-1/+2
* Made device->tag and devconfig->tag into private member variables (m_tag). Aaron Giles2010-03-081-5/+5
* Fixed Z80 DMA ready signal handling. [Curt Coder] Curt Coder2010-03-071-21/+29
* Cleanups and version bump. Aaron Giles2010-03-041-7/+7
* Cleaned up the Z80-DMA implementation. (no whatsnew) Curt Coder2010-02-171-42/+133
* Implemented Z80-DMA interrupts. [Curt Coder] Curt Coder2010-02-151-146/+279
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-11/+11
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-4/+4
* Removed useless assert. Curt Coder2009-11-081-2/+0
* Refactored Z80 DMA to use devcb. Curt Coder2009-11-081-34/+47
* [z80dma]: Fixed ready flag when the DMA disabled/enabled commands are used Angelo Salese2009-09-211-0/+6
* z80dma: added preliminary search mode support and fixed a bug with WR3 mask b... Angelo Salese2009-09-211-8/+21
* z80dma: added decrement step mode and fixed a conceptual bug with portA writes Angelo Salese2009-09-201-5/+8