summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/upd3301.c
Commit message (Expand)AuthorAgeFilesLines
* Cleanups and version bumpmame0153 Miodrag Milanovic2014-04-071-1/+0
* upd3301: devcb2 & delegate. (nw) Curt Coder2014-04-041-173/+155
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-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-4/+1
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* fixed uninitialized members in src/emu/video/upd3301.c (nw) Oliver Stöneberg2013-02-221-1/+9
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-24/+24
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* (MESS) Death to palettes. (nw) Curt Coder2012-09-121-1/+1
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-4/+1
* Major bitmap-related changes throughout the system. There are Aaron Giles2012-01-121-1/+2
* Bulk conversion of bitmap_t * to bitmap_t & . With this change the Aaron Giles2012-01-021-4/+4
* 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-1/+1
* Reimplemented devcb using delegates and classes. Unified the logic Aaron Giles2011-05-021-8/+8
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-54/+39
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-2/+2
* cleanups, this time for good Angelo Salese2011-04-171-11/+11
* Imported UPD3301 CRTC from MESS. (no whatsnew) Curt Coder2011-04-081-0/+668