summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/gba.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* fixed some clang-tidy warnings (nw) (#6236) Oliver Stöneberg2020-01-301-2/+2
* Make devdelegate more like devcb for configuration. This is a Vas Crabb2019-10-261-17/+17
* (nw) removed every remaining AM_ macro I could find in comments, but one in ... Ivan Vangelista2019-10-101-1/+1
* sound/gb.cpp : Simplify handlers cam9002019-04-161-51/+51
* (nw) Clean up the mess on master Vas Crabb2019-03-261-27/+27
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-27/+27
* volt_reg: set default m_output (nw) hap2019-02-191-1/+0
* misc MCFG and MACHINE_CONFIG macro removal (nw) Ivan Vangelista2019-02-131-13/+13
* volt_reg: removed MCFG macro (nw) Ivan Vangelista2019-02-121-5/+6
* devices\bus: some more MCFG macros removal (nw) Ivan Vangelista2019-02-011-1/+1
* emu\softlist_dev: removed MCFG macros (nw) Ivan Vangelista2019-01-301-1/+1
* src/devices: more MCFG macros removal (nw) Ivan Vangelista2019-01-101-6/+6
* 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