summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/video/aquarius.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-80/+0
* Synced other dirs withs driver license for MESS (nw) Miodrag Milanovic2015-05-131-2/+2
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Add a TEA1002 color encoder device and use it for the Aquarius. It might Dirk Best2014-12-281-22/+1
* You now specify a gfxdecode device once when you create a tilemap, rather tha... Alex W. Jackson2014-03-101-2/+2
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-5/+3
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-16/+16
* Created gfxdecode_device instead of using machine fixed gfxdecode [Miodrag M... Miodrag Milanovic2014-02-161-1/+1
* Fix long-standing architectural wart: the priority bitmap is no longer owned Aaron Giles2013-07-261-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-32/+32
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-3/+2
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-7/+6
* TILE/TILEMAP modernization part 3 (no whatsnew) Miodrag Milanovic2012-09-061-6/+5
* Replaced standard mappers with an enumeration that maps internally Aaron Giles2012-09-051-1/+1
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+104