summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/video/gb_lcd.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s... AJR2018-06-241-3/+3
* Grammar police (nw) Olivier Galibert2018-02-241-4/+4
* Privatize m_screen and other variables of device_video_interface (nw) AJR2018-01-051-3/+3
* please don't merge Allman code in K&R files and vice versa (nw) Vas Crabb2017-07-231-23/+21
* gameboy: fix SGB VRAM transfers (#2504) Tauwasser2017-07-221-39/+58
* Move static data out of devices into the device types. This is a significant... Vas Crabb2017-05-141-73/+67
* debugger_access: Refactor [O. Galibert] Olivier Galibert2017-03-021-4/+4
* Self-registering devices prep: Vas Crabb2017-02-271-4/+7
* Revert "moved debugger_access() from address space to machine & removed the a... Vas Crabb2016-11-211-4/+4
* moved debugger_access() from address space to machine & removed the anti-patt... smf-2016-11-191-4/+4
* Introduce u8/u16/u32/u64/s8/s16/s32/s64 Vas Crabb2016-11-191-2/+2
* srcclean (nw) Vas Crabb2016-10-231-11/+11
* NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-76/+76
* gameboy: fixed scrolling window regression (nw) Wilbert Pol2016-10-041-4/+15
* gb.cpp: Some cpu, sound, and video updates (nw) Wilbert Pol2016-09-301-982/+2016
* Fix up GBA build and replace some stupid macros with members Vas Crabb2016-08-161-1/+1
* made constexprs lower case and used constexpr for returning input value as we... Miodrag Milanovic2016-07-311-1/+1
* std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-3/+3
* move gb sound and gb lcd in order to make snes compile, since used by bus dev... Miodrag Milanovic2016-05-011-0/+2852