summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/tc009xlvc.c
Commit message (Expand)AuthorAgeFilesLines
* Some changes/corrections to device descriptions per Dev request (nw) Scott Stone2014-04-181-1/+1
* Some changes/corrections to device descriptions from MASH and Tafoid (nw) Scott Stone2014-04-121-1/+1
* gfx_elements now have a xor mask that is applied to each source bit offset wh... Alex W. Jackson2014-03-271-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-1/+1
* Fixed UI gfx viewer (again). Added device_start dependency on gfxdecode to al... Alex W. Jackson2014-03-161-0/+3
* Moved core template container classes up from emutempl.h to coretmpl.h: Aaron Giles2014-03-111-1/+1
* Checkpoint: gfx_elements now have a pointer to a palette_device (which is not... Alex W. Jackson2014-03-111-1/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-12/+6
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+17
* Another round of auto_alloc_array conversions. Aaron Giles2014-02-201-6/+5
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-10/+25
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-1/+1
* Copyright update. Please let me know if there's a blank and you would like to... Angelo Salese2013-10-151-0/+2
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-9/+9
* changed rest of devices (except cpu cores) to have shortname and sourcefile (nw) Miodrag Milanovic2013-06-211-1/+1
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-1/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-3/+2
* tc009xlvc modernized tilemap (no whatsnew) Miodrag Milanovic2012-09-061-21/+18
* gfx_element is now a class. Accessors are provided for all Aaron Giles2012-09-061-8/+8
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-3/+3
* Clean-ups and version bump Miodrag Milanovic2012-07-301-6/+6
* Haze: fixed title screen in Fruit Dream Angelo Salese2012-07-241-17/+28
* Hooked up TC0091LVC device to Fruit Dream [Angelo Salese] Angelo Salese2012-07-231-2/+2
* dfruit hooks, and moved scrolling inside buffering, nw Angelo Salese2012-07-231-14/+10
* Ported TC0091LVC into a proper file Angelo Salese2012-07-231-0/+391