summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gp2x.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-1/+1
* Reduced tagmap lookups in gp2x.c (nw) Ivan Vangelista2014-02-241-4/+5
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* Removal of machine().root_device() where appropriate (nw) Miodrag Milanovic2013-04-141-1/+1
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-22/+22
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-11/+11
* Don't use safe_pc[base] when you already have a Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-2/+2
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+390