summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gp32.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-5/+5
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-6/+6
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Switched rgb_t to a class, replacing macros with methods. Mappings are Aaron Giles2014-02-191-1/+1
* more state cleanup and some modernization (nw) Miodrag Milanovic2013-04-191-75/+69
* (MESS) gp32.c: Reduce tagmap lookups (nw) Wilbert Pol2013-02-121-133/+111
* (MESS) gp32.c: Some tagmap cleanups (nw) Wilbert Pol2013-02-101-185/+157
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-5/+5
* (MESS) gp32: Added software list for SmartMedia cards, based on the no-intro ... Curt Coder2012-10-281-0/+2
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-64/+61
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-1/+1
* Modernized screen update calls (no whatsnew) Miodrag Milanovic2012-09-171-6/+4
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-4/+4
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-6/+4
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-38/+38
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+1786