summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/tlc34076.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Move all devices into separate part of src tree (nw) Miodrag Milanovic2015-09-131-263/+0
* update for Philip Bennett (nw) Miodrag Milanovic2015-05-181-2/+2
* updated licenses for most of devices (nw) Miodrag Milanovic2015-05-141-1/+1
* Added dummy license headers for EMU section (nw) Miodrag Milanovic2015-05-071-0/+2
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-2/+2
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-1/+1
* Fully modernised the TLC34076 device [Phil Bennett] Phil Bennett2013-01-271-155/+99
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+60
* Stop allocating arrays of UINT8s for the tokens, when Aaron Giles2012-09-181-1/+1
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-1/+1
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Cleanup and some inheritance fixes (no whatsnew) Miodrag Milanovic2012-09-031-14/+0
* conversion of legacy devices into modern wip (no whatsnew) Miodrag Milanovic2012-09-031-2/+38
* Removed legacy inline_config support and updated devices using it (no whatsnew) Miodrag Milanovic2012-08-301-3/+6
* Removed template usage for legacy devices, to make my future work easier (nw) Miodrag Milanovic2012-08-301-6/+13
* Cleanups and version bumpmame0142u5 Angelo Salese2011-06-051-2/+2
* GCC 4.6 "Variable assigned but not used" fixes part 7 (no whatsnew) R. Belmont2011-05-301-2/+2
* Collapsed device_config and device_t into one class. Updated all Aaron Giles2011-04-271-1/+1
* BIG update. Aaron Giles2011-03-291-6/+6
* running_device -> device_t Aaron Giles2010-12-311-2/+2
* 03992: btoads: Reload of state cause major graphic corruption [Phil Bennett] Phil Bennett2010-08-161-87/+91
* Bulk driver.h -> emu.h switch. Aaron Giles2010-01-101-1/+1
* Cleanups and version bump. Aaron Giles2009-05-281-1/+1
* From: Xander Xander [mailto:xander85@operamail.com] Aaron Giles2009-05-151-0/+18
* WARNING: this compiles, but not fully cleanly, and a number of drivers Aaron Giles2008-11-141-4/+4
* Switched from ACCESSING_BYTE_*, ACCESSING_WORD_*, ACCESSING_DWORD_* Aaron Giles2008-04-031-2/+2
* New macros added for checking mem_mask. ACCESSING_BYTE_n, ACCESSING_WORD_n & ... smf-2008-03-301-2/+2
* Added running_machine * parameter to the front of all read/write handlers. Aaron Giles2008-03-051-4/+4
* Const-ified tlc34076_get_pens Zsolt Vasvari2008-01-141-1/+1
* - Changed TLC34076 and games using it to RGB32 Zsolt Vasvari2008-01-141-22/+26
* Initial checkin of MAME 0.121.mame0121 Aaron Giles2007-12-171-0/+262