summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gba.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* primary_screen -> first_screen() (nw) Miodrag Milanovic2014-03-151-8/+8
* Made palette settings for screen explicit and mandatory for ind16 mode (nw) Miodrag Milanovic2014-03-141-0/+1
* Moved rest of console slot devices to bus folder (nw) Miodrag Milanovic2014-03-101-1/+1
* Huge update, palette is now device (nw) Miodrag Milanovic2014-02-271-3/+4
* MESS part of ATTR_PRINTF review (nw) Oliver Stöneberg2014-02-251-1/+1
* Cleanups and version bumpmame0149 Miodrag Milanovic2013-06-111-6/+6
* (MESS) gba.c: gaining back some performance. nw. Fabio Priuli2013-06-021-4/+6
* Moved default card config, device inputs and clock off the slot interface so ... smf-2013-05-291-1/+1
* (MESS) gba: made save states more robust. [Fabio Priuli] Fabio Priuli2013-05-251-0/+87
* (MESS) gba: modernized the video (i.e. moved variables inside the state class... Fabio Priuli2013-05-251-2/+1
* (MESS) gba: updated the driver to use slot devices for carts and removed Fabio Priuli2013-05-251-985/+52
* (MESS) gameboy: modernized sound emulation and added save state [Fabio Priuli] Fabio Priuli2013-05-181-51/+51
* Went through Nintendo drivers and like for the nes earlier, made using the de... Scott Stone2013-04-251-2/+2
* Cleanups and version bumpmame0148u1 Miodrag Milanovic2013-02-111-3/+3
* (MESS) gba.c: Another small tagmap cleanup (nw) Wilbert Pol2013-02-081-1/+1
* (MESS) gba.c: switched ioport tagmap lookup to member variable. (nw) Wilbert Pol2013-02-081-1/+1
* (MESS) gba.c: Minor cleanups (nw) Wilbert Pol2013-02-081-42/+41
* Started moving DEVICE_IMAGE_ functions into driver_device classes. (nw) Wilbert Pol2013-02-051-2/+2
* machine_notify_delegate modernization (nw) Miodrag Milanovic2013-02-041-14/+12
* gba: remove unnecessary casting (nw) R. Belmont2013-01-271-2/+2
* [GBA] Cleaned up tag usage outside of the startup path. [MooglyGuy] Ryan Holtz2013-01-271-179/+140
* output of new srcclean changes that are relatively small [smf] smf-2013-01-111-7/+0
* Cleanups and version bumpmame0148 Miodrag Milanovic2013-01-111-62/+62
* modernization or timer callbacks part 2 (no whatsnew) Miodrag Milanovic2012-09-241-106/+101
* Since nobody checks for NULLs anyway, make Aaron Giles2012-09-191-12/+12
* Memory handler normalization, part 2. Change legacy Aaron Giles2012-09-171-3/+3
* Memory handler normalization, part 1. Aaron Giles2012-09-171-51/+51
* Clean-ups and version bumpmame0147 Miodrag Milanovic2012-09-171-2/+2
* Pass 2 of struct modernization. Aaron Giles2012-09-151-4/+4
* First pass at modernizing struct definitions. Aaron Giles2012-09-151-2/+1
* Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT chang... Miodrag Milanovic2012-09-131-75/+70
* Clear out remaining global inlines in diexec.h. Aaron Giles2012-09-121-3/+3
* In device_state_interface, rename state() to state_int() Aaron Giles2012-09-111-2/+2
* Add safe_pc() and safe_pcbase() methods to device_t. Aaron Giles2012-09-111-7/+7
* added missing \n to more fatalerror() calls (no whatsnew) Oliver Stöneberg2012-09-091-2/+2
* fixed some warnings about unreachable statements reported by cppcheck (no wha... Oliver Stöneberg2012-09-081-6/+7
* Merge of MESS sources (no whatsnew) Miodrag Milanovic2012-08-211-0/+3216