summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/cdp1869.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fixed CDP1869 character memory access, and Cidelsa sprite flashing. Curt Coder2008-05-191-20/+28
* Cleanups and version bump.mame0125u1 Aaron Giles2008-05-151-1/+1
* [CDP1802] Added memory address parameter to DMA callbacks, and added a macro ... Curt Coder2008-05-091-1/+2
* [CDP1869] Added a macro for the interface, and made write handlers optional. Curt Coder2008-04-171-5/+9
* [CDP1802] Added machine parameter and macros for the callback functions. This... Curt Coder2008-04-141-2/+0
* Reduced the number of save state callback types from 3 to 1. The Aaron Giles2008-04-111-2/+2
* Cleanups and version bump to 0.124u1.mame0124u1 Aaron Giles2008-04-031-7/+7
* - converted CDP1869 to the new device system Curt Coder2008-04-021-336/+620
* Cleanups for 0.124. Marked Mermaid as working per checkin comment. Aaron Giles2008-03-241-3/+3
* Cleaned driver up to the latest spec. Curt Coder2008-03-191-1/+10
* Changes VIDEO_UPDATE signature to Zsolt Vasvari2008-03-081-13/+13
* Replaces mame_bitmap with bitmap_t Zsolt Vasvari2008-02-291-2/+2
* - Added deprecat.h that contains some deprecated/discouraged contructs (see b... Zsolt Vasvari2008-01-251-0/+1
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+569