summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1852.c
Commit message (Expand)AuthorAgeFilesLines
* Correct a long-standing design flaw: device configuration state Aaron Giles2010-01-181-4/+4
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Deprecated device_set_info. Almost all devices had a NULL or empty Aaron Giles2009-04-231-1/+0
* Many casts added to the core files, and various other tweaks Aaron Giles2009-03-121-2/+2
* Cidelsa changes: Curt Coder2009-02-161-60/+84
* 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-4/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-5/+5
* 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/+5
* 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
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-2/+2
* [CDP1852] Minor fixes. Curt Coder2008-05-121-0/+1
* Added CDP1852 I/O buffer chip, and used it in Altair/Draco. Curt Coder2008-05-121-0/+212