summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80ctc.h
Commit message (Expand)AuthorAgeFilesLines
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) amstrad: Added preliminary support for the PlayCity. mahlemiut2014-11-011-0/+2
* More cleanups, there is issue with srcclean that needs to be taken care as we... Miodrag Milanovic2014-07-221-2/+2
* devcv2 -> devcb (nw) Miodrag Milanovic2014-05-141-13/+13
* z80ctc: converted to use devcb2. nw. Fabio Priuli2014-04-281-24/+21
* changed dleuro from beep to speaker driven by z80ctc and removed some unneces... smf-2014-02-231-9/+2
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-19/+19
* Clean-ups and version bumpmame0146u5 Miodrag Milanovic2012-08-201-1/+1
* Removed NOTIMER hack from Z80 CTC interface (Star Force was Aaron Giles2012-08-081-14/+1
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-14/+8
* Force resolution of m_zc callback in CTC device, since unresolved Aaron Giles2011-05-021-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-33/+9
* MDRV_* -> MCFG_* Aaron Giles2010-12-311-3/+3
* Cleanups and version bump.mame0140u3 Aaron Giles2010-12-231-2/+2
* Added pinout. (no whatsnew) Curt Coder2010-12-211-1/+18
* 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-43/+133
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-1/+1
* First round of an attempted cleanup of header files in the system. Aaron Giles2010-01-101-1/+0
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-10/+14
* 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-4/+2
* Here's another MAME tidy patch. This one adds missing const/statics, Aaron Giles2008-11-021-1/+0
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-37/+37
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-1/+1
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-1/+1
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+91