summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/cidelsa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bump.mame0140 Aaron Giles2010-10-211-1/+1
* Refactored the CDP1869 chip into a C++ device. [Curt Coder] Curt Coder2010-10-191-127/+69
* Converted the RCA CDP1802 CPU into a C++ device. Refactored cidelsa.c to use ... Curt Coder2010-10-181-3/+4
* Changed the MACHINE_DRIVER_* macros, as follows: Aaron Giles2010-09-011-6/+6
* (Wow, I had no idea quite so many drivers were using driver_data!) Aaron Giles2010-08-041-13/+13
* Time to kill off some deadwood. Aaron Giles2010-07-071-1/+1
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Removed the global "includes" include and instead specify the "includes" path... Phil Bennett2009-12-211-1/+1
* Cleaned up many driver data structs to obtain two results: Fabio Priuli2009-11-291-1/+1
* CDP1869 changes: Curt Coder2009-11-251-25/+17
* Added helper macro for CDP1869. Curt Coder2009-10-231-21/+6
* Added missing casts and made other tweaks. The entire project Aaron Giles2009-04-271-14/+14
* Bulk change alert. Aaron Giles2009-04-261-3/+3
* Removed device types from device queries that use tags, under the Aaron Giles2009-03-021-1/+1
* Cidelsa changes: Curt Coder2009-02-161-63/+83
* Made the concept of a "clock" native to devices. The clock is now Aaron Giles2008-12-181-18/+3
* Here's the big one.... Aaron Giles2008-12-111-1/+4
* Changed save state system to accept machine parameters where Aaron Giles2008-12-051-10/+10
* Cleanups and version bump for 0.128u4.mame0128u4 Aaron Giles2008-11-241-1/+1
* Pointerized the CDP1802 CPU core. Curt Coder2008-11-171-9/+17
* Massive API cleanup/change. The primary goal is that all CPU- Aaron Giles2008-11-131-1/+1
* [CDP1869] Added a macro for the interface, and made write handlers optional. Curt Coder2008-04-171-1/+1
* - converted CDP1869 to the new device system Curt Coder2008-04-021-0/+298