summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/hd44102.c
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-292/+0
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-3/+0
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-141-2/+2
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* (MESS) nes.xml: added a couple of new multigame dumps using Fabio Priuli2014-10-131-2/+2
* Created new device_video_interface. Right now its sole purpose is to Aaron Giles2013-07-241-7/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-16/+16
* Removed unneeded includes. (nw) Curt Coder2012-12-071-1/+0
* Fix several rendering issues with artwork, introduced in the Aaron Giles2012-01-161-1/+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-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-1/+1
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-39/+24
* Switch from m_machine to machine() everywhere. In some cases this Aaron Giles2011-04-181-1/+1
* cleanups, this time for good Angelo Salese2011-04-171-2/+2
* Imported HD44102 LCDC from MESS. (no whatsnew) Curt Coder2011-04-161-0/+313