summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/z80ctc.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-39/+39
* 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-27/+11
* Removed legacy Z80 CTC interfaces. Aaron Giles2012-08-081-14/+31
* Force resolution of m_zc callback in CTC device, since unresolved Aaron Giles2011-05-021-7/+7
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-5/+5
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-60/+17
* BIG update. Aaron Giles2011-03-291-2/+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-6/+6
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-7/+7
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-6/+6
* Converted attotime to a class, with proper operators. Removed old Aaron Giles2011-02-031-5/+5
* Move device definitions out of the bottom of the file. They can be Aaron Giles2010-09-191-2/+8
* 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-4/+4
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-380/+401
* z80ctc: Fixed Z80CTC read handler [Tim Schuerewegen] Fabio Priuli2010-02-171-1/+1
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-12/+12
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Extended the astring class wrapper into something useful, and Aaron Giles2010-01-081-3/+1
* Results of running the latest srcclean. Aaron Giles2009-12-281-5/+5
* - Refactored Z80CTC to use devcb Curt Coder2009-10-201-21/+19
* 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-2/+2
* On Mon, Jan 19, 2009 at 02:48:05PM +0100, Olivier Galibert wrote: Aaron Giles2009-01-221-1/+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-14/+2
* Removed mame_find_cpu_index(). Use cputag_get_cpu() instead. Aaron Giles2008-12-061-5/+5
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-6/+6
* Changed timer_alloc, timer_set, timer_pulse, timer_call_after_resynch, Aaron Giles2008-11-261-1/+1
* Added "tag" parameter to state_save_register_item_* calls. Removed Aaron Giles2008-11-171-9/+6
* Added new functions for building device-relative tags. Changed machine Aaron Giles2008-10-031-1/+7
* Converted Z80 CTC to a proper device. Updated all drivers. Aaron Giles2008-09-291-154/+235
* From: Oliver Stoeneberg [mailto:oliverst@online.de] Aaron Giles2008-06-261-16/+16
* From: Atari Ace [mailto:atari_ace@verizon.net] Aaron Giles2008-05-221-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-3/+3
* Split timer_adjust() into timer_adjust_oneshot() and timer_adjust_periodic(). Aaron Giles2008-02-061-6/+6
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Copyright cleanup: Aaron Giles2008-01-061-1/+1
* (From Atari Ace) Aaron Giles2007-12-311-7/+6
* Changes for MAME 0.121u2.mame0121u2 Aaron Giles2007-12-171-5/+5
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+483