summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/cdp1852.c
Commit message (Expand)AuthorAgeFilesLines
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-10/+10
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-47/+33
* cleanups, this time for good Angelo Salese2011-04-171-3/+3
* Refactored CDP1852 into a C++ device and cleaned up the Cidelsa driver slight... Curt Coder2011-04-161-161/+163
* BIG update. Aaron Giles2011-03-291-1/+1
* Get rid of state_save_register_device_* macros in favor of direct Aaron Giles2011-02-091-5/+5
* As promised, the bulk update of timer calls: Aaron Giles2011-02-061-1/+1
* Convert emu_timers to objects. Move implementation and management of Aaron Giles2011-02-061-1/+1
* Attotime bulk conversion step: Aaron Giles2011-02-031-1/+1
* running_device -> device_t Aaron Giles2010-12-311-3/+3
* Split implementation for legacy devices into a separate macro. Updated all Aaron Giles2010-06-111-0/+3
* WARNING: There are likely to be regressions in both functionality and Aaron Giles2010-06-081-8/+6
* 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