summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/stic.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* cleanup of bogus copyright messages and restriction texts, update for Daniel ... Miodrag Milanovic2015-05-251-3/+0
* GPL - > LGPL for Kale (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* state_save_register_item_* removal, part 2 of 3 (nw) Ivan Vangelista2015-04-221-17/+17
* More region_ptr_finder conversions (nw) Alex W. Jackson2014-10-181-8/+4
* use ARRAY_LENGTH (nw) Oliver Stöneberg2014-04-031-1/+1
* Removed palette_device parameter from gfx draw methods. All draw methods now ... Alex W. Jackson2014-03-191-6/+6
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-15/+15
* Moved drawgfx functions to gfx_element (nw) Miodrag Milanovic2014-02-131-6/+6
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-115/+115
* (MESS) intv: converted the STIC video chip emulation to be a device. [Fabio P... Fabio Priuli2013-05-261-23/+816
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-1/+1
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-1/+0
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+187