summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gba_lcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333) Vas Crabb2023-06-171-24/+5
* gba_lcd.cpp, gf4500.cpp: Clean up error logging code and some macro usage AJR2023-02-201-22/+8
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-0/+2
* - Removed device_timer, device_timer_id, et al in favor of direct callback me... MooglyGuy2022-06-041-2/+2
* Eliminate ARRAY_LENGTH template in favor of C++17's std::size AJR2021-02-141-2/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-1/+1
* very small macro removal bunch (nw) Ivan Vangelista2020-05-241-8/+8
* (nw) misc cleanup: Vas Crabb2019-09-201-10/+6
* (nw) Clean up the mess on master Vas Crabb2019-03-261-6/+7
* Revert "conflict resolution (nw)" andreasnaive2019-03-251-7/+6
* misc MACHINE_CONFIG macros removal (nw) Ivan Vangelista2019-02-091-6/+7
* Start cleaning up palette configuration: Vas Crabb2018-12-291-45/+48
* (nw) fix lots of inadverently mutable static pointers Vas Crabb2018-09-201-4/+4
* Better support for screen orientation/geometry: Vas Crabb2018-07-261-2/+0
* Allow per-device internal layouts and remove some more MCFG_ macros. Vas Crabb2018-07-161-1/+1
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* gba_lcd, spectrum, etc.: Convenient first_screen removal (nw) AJR2018-03-031-7/+7
* xtal.h is dead, long live to xtal.cpp [O. Galibert] Olivier Galibert2018-01-231-1/+1
* API Change: Machine configs are now a method of the owner class, and the prot... Olivier Galibert2018-01-171-1/+1
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-1/+1
* Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame"" Firehawke2017-12-131-31/+3
* Revert "Merge branch 'master' of https://github.com/mamedev/mame" Firehawke2017-12-131-3/+31
* gba: add various mirrors and fix byte-wide VRAM/PRAM/OAM access. [R. Belmont] arbee2017-12-051-31/+3
* updated devices/video devices to use device_add_mconfig insted of device_mcon... Ivan Vangelista2017-05-241-6/+1
* Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you. Vas Crabb2017-05-221-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-2/+2
* Self-registering devices prep: Vas Crabb2017-02-271-2/+4
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-162/+162
* srcclean (nw) Vas Crabb2016-09-261-2/+2
* gba_lcd: code refactoring Giuseppe Gorgoglione2016-09-071-1545/+1186
* gba_lcd: bugfix Giuseppe Gorgoglione2016-09-071-59/+65
* gba_lcd inherits m_regs as well (nw) Vas Crabb2016-08-311-4/+6
* srcclean and translation regeneration Vas Crabb2016-08-291-6/+6
* gba_lcd: abstract sprite attributes into a class Giuseppe Gorgoglione2016-08-241-376/+205
* gba: decouple video device from main machine state using callbacks Giuseppe Gorgoglione2016-08-171-9/+24
* Fix up GBA build and replace some stupid macros with members Vas Crabb2016-08-161-3/+1
* gba: make video subsystem into a device Giuseppe Gorgoglione2016-08-151-0/+2356