summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/cdp1862.c
Commit message (Expand)AuthorAgeFilesLines
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* License tags. (nw) Curt Coder2013-10-161-0/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-1/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-3/+3
* (MESS) devcb2. (nw) Curt Coder2013-06-091-42/+19
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-1/+1
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-4/+6
* Added new method screen_device::register_screen_bitmap which Aaron Giles2012-01-151-1/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-6/+7
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-2/+2
* Bulk converted cliprect * to cliprect & across the system. This makes Aaron Giles2011-12-311-2/+2
* Converted bitmap_t and rectangle into proper classes. Replaced BITMAP_ADDR* Aaron Giles2011-12-311-2/+2
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-6/+6
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-52/+37
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-3/+3
* cleanups, this time for good Angelo Salese2011-04-171-6/+6
* Imported CDP1862 CGC from MESS. (no whatsnew) Curt Coder2011-04-101-0/+235