summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gba_lcd.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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