summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gba.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* more private member use in 'D, E, F, G' drivers (nw) (#3704) David Haywood2018-06-271-3/+6
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-1/+1
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-0/+1
* Bulk replace convention for include guards in src/mame/includes/ files: angelosa2018-02-051-2/+3
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-0/+1
* gba: remove deprecated direct update handler. [R. Belmont] arbee2017-01-061-4/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-10/+10
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-8/+8
* gba: decouple video device from main machine state using callbacks Giuseppe Gorgoglione2016-08-171-23/+5
* Fix up GBA build and replace some stupid macros with members Vas Crabb2016-08-161-15/+1
* gba: make video subsystem into a device Giuseppe Gorgoglione2016-08-151-296/+20
* gba: rework and simplify I/O registers accessors Giuseppe Gorgoglione2016-08-151-62/+188
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-011-1/+1
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* removed declarations from H files that are not defined in CPP (nw) Miodrag Milanovic2015-12-251-6/+0
* overrides in drivers (nw) Miodrag Milanovic2015-12-061-3/+3
* move mess into mame (nw) Miodrag Milanovic2015-09-301-0/+279