summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/drivers/gba.c
Commit message (Expand)AuthorAgeFilesLines
* move mess into mame (nw) Miodrag Milanovic2015-09-301-2318/+0
* Added seconds() and attoseconds() to attotime and prefixed members with couriersud2015-08-151-1/+1
* change flags from GAME_ to MACHINE_ David Haywood2015-07-291-1/+1
* updating remaining for RB (nw) Miodrag Milanovic2015-05-211-1/+1
* Add licenses (nw) arbee2015-05-091-6/+0
* Updated licenses on Ryan Holtz request (nw) Miodrag Milanovic2015-05-091-2/+2
* Start adding owners to files in MESS and updated license for PeT (nw) Miodrag Milanovic2015-05-081-1/+1
* Added dummy license lines to each file for MESS (nw) Miodrag Milanovic2015-05-071-0/+2
* Cleanups and version bumpmame0161 Miodrag Milanovic2015-04-291-2/+2
* cleanup in mess section (nw) Miodrag Milanovic2015-04-191-2/+2
* There is no implicit conversion to char* in std::string (nw) Miodrag Milanovic2015-04-121-1/+1
* (MESS) gba: Hblank IRQs do happen on all scanlines, just DMAs don't. [R. Belm... arbee2015-03-261-5/+5
* (MESS) gba: vblank at line 160, don't do HIRQ or HDMA during Vblank. This fi... arbee2015-03-251-58/+38
* Touching all the candy again: [Alex Jackson] Alex W. Jackson2014-11-171-1/+1
* Cleanups and version bumpmame0155 Miodrag Milanovic2014-10-151-1/+1
* (MESS) gameboy, gbcolor: added a configuration setting Fabio Priuli2014-10-051-9/+20
* (MESS) consolidation + cleanup, part1. nw. Fabio Priuli2014-09-281-26/+40
* (MESS) analogous multisession fix to other systems suffering for the Fabio Priuli2014-09-231-0/+3
* 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