summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gba.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* as if millions of this pointers suddenly cried out in terror, and were sudden... Vas Crabb2018-06-081-3/+3
* Removed DRIVER_INIT-related macros, made driver init entry in GAME/COMP/CONS ... MooglyGuy2018-05-131-2/+2
* dsp16: fix condition mask in disassembler (nw) Vas Crabb2018-05-091-1/+2
* Streamline machine configuration macros - everyone's a device edition. Vas Crabb2018-05-061-12/+12
* Make MCFG_DEVICE_ADD and callable device types more flexible: Vas Crabb2018-05-041-21/+22
* Address maps macros removal, pass 1 [O. Galibert] Olivier Galibert2018-03-141-14/+15
* API change: Memory maps are now methods of the owner class [O. Galibert] Olivier Galibert2018-02-121-1/+1
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-5/+5
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* This causes huge changes in behaviour that can't be hand-waved away. Vas Crabb2018-01-131-4/+6
* New way to provide DAC reference inputs (nw) AJR2018-01-101-6/+4
* Ch-ch-ch-ch-ch-checkpoint... (nw) Olivier Galibert2018-01-041-4/+5
* const on both sides (nw) Vas Crabb2017-12-291-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-7/+9
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-9/+7
* gba: add various mirrors and fix byte-wide VRAM/PRAM/OAM access. [R. Belmont] arbee2017-12-051-7/+9
* -gba: By default, GPIO ports should pass ROM through on read. Fixes Doom 2 an... mooglyguy2017-11-021-0/+4
* -arm7: Added rudimentary instruction prefetch buffer. Fixes GBA NES Classics ... mooglyguy2017-10-231-16/+40
* -arm7: Various changes: [Ryan Holtz] MooglyGuy2017-09-021-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* gba (MT 6513): fixed revised copy protection handler to get the right PC [R. ... arbee2017-03-061-1/+2
* Self-registering devices prep: Vas Crabb2017-02-271-0/+3
* gba: remove deprecated direct update handler. [R. Belmont] arbee2017-01-061-30/+5
* Do not use FUNC in delegate where applicable (nw) Miodrag Milanovic2016-11-061-1/+1
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-20/+20
* use standard types uintptr_t, char16_t and char32_t instead of FPTR, utf16_c... Miodrag Milanovic2016-10-221-2/+2
* DAC WIP, started documenting the DACs in use. [smf] smf-2016-10-171-30/+32
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-301-1/+1
* Attempt at fixing gba savestates (nw) AJR2016-08-301-1/+1
* srcclean and translation regeneration Vas Crabb2016-08-291-23/+23
* gba: decouple video device from main machine state using callbacks Giuseppe Gorgoglione2016-08-171-28/+57
* Fix up GBA build and replace some stupid macros with members Vas Crabb2016-08-161-2/+0
* gba: make video subsystem into a device Giuseppe Gorgoglione2016-08-151-260/+135
* gba: rework and simplify I/O registers accessors Giuseppe Gorgoglione2016-08-151-1007/+222
* Use emumem.h defines whenever possible Giuseppe Gorgoglione2016-08-111-214/+214
* Cleanup and version bumpmame0175 Miodrag Milanovic2016-06-291-2/+2
* Memory fun [O.Galibert] Olivier Galibert2016-06-141-3/+3
* gba.cpp: several improvements [Fabio Priuli] etabeta782016-06-061-13/+30
* Cleanups and version bumpmame0174 Miodrag Milanovic2016-05-251-3/+3
* gba.cpp: Added preliminary support for the 3D Matrix Memory etabeta782016-05-171-1/+10
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-011-1/+1
* this makes no sense and just creates a fake 'button 5' that you can't actuall... David Haywood2016-04-051-1/+1
* Remove no-longer-needed normalization from gba (nw) balr0g2016-03-161-4/+0
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-2/+2
* clang-modernize part 4 Miodrag Milanovic2015-12-041-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+2319