summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gf4500.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* ds8874: move to video folder (led driver chip), hap9 days1-1/+1
* gba_lcd.cpp, gf4500.cpp: Clean up error logging code and some macro usage AJR2023-02-201-24/+7
* Remove #include <cstdarg> from emu.h and move it into source files that still... AJR2022-10-251-0/+2
* Cleaned up bitmap API. Vas Crabb2020-09-271-5/+4
* very small macro removal bunch (nw) Ivan Vangelista2020-05-241-2/+2
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-1/+1
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-3/+3
* Self-registering devices prep: Vas Crabb2017-02-271-1/+1
* Remove device_config_complete from numerous devices that don't really need it... AJR2017-02-091-10/+0
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-11/+11
* replace BITSWAP8/16/24/32 macros with constexpr function that works for any n... Vas Crabb2016-08-161-1/+0
* reverting: Miodrag Milanovic2016-01-201-1/+1
* tags are now strings (nw) Miodrag Milanovic2016-01-161-1/+1
* auto_alloc_array_clear -> make_unique_clear (nw) Miodrag Milanovic2015-12-191-4/+4
* macro removal INLINE -> static inline (nw) Miodrag Milanovic2015-12-121-1/+1
* Fixed uninitialized class members Miodrag Milanovic2015-11-191-2/+2
* Rename *.c -> *.cpp in our source (nw) Miodrag Milanovic2015-11-081-0/+184