index
:
mame
aaron-nl3
aaron-pci-cleanup
addrbus-64
arm3_copro
asmjit
cbm_joy_swap
cdimono2_wip
cdplay
cdtv_subcode
dc_pvr-thread
deprecated
draggable-layout
dribbling-nl
dsp563xx
floppysound
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
release0288
rendlay_vid
s23-firewire
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
script-eof-marker
shangha3_drop
taitoair_vco
taitotz-pixxiii
taitowlf_zoom
time-experiments
time-experiments2
voodoo_directx11
x86_std-exceptions
xbox_swlist
xtal
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
devices
/
video
/
gb_lcd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
ds8874: move to video folder (led driver chip),
hap
2024-04-11
1
-1
/
+1
*
-Lua engine: run everything in coroutines. (#11019)
Vas Crabb
2023-03-25
1
-9
/
+3
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-2
/
+2
*
Remove void *ptr parameter from emu_timer, timer_device and all related callb...
AJR
2022-01-26
1
-1
/
+1
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-29
/
+23
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-1
/
+1
*
src/devices: simplified some handlers (nw)
Ivan Vangelista
2020-03-11
1
-9
/
+9
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-3
/
+3
*
Grammar police (nw)
Olivier Galibert
2018-02-24
1
-4
/
+4
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
1
-3
/
+3
*
please don't merge Allman code in K&R files and vice versa (nw)
Vas Crabb
2017-07-23
1
-23
/
+21
*
gameboy: fix SGB VRAM transfers (#2504)
Tauwasser
2017-07-22
1
-39
/
+58
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-73
/
+67
*
debugger_access: Refactor [O. Galibert]
Olivier Galibert
2017-03-02
1
-4
/
+4
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-4
/
+7
*
Revert "moved debugger_access() from address space to machine & removed the a...
Vas Crabb
2016-11-21
1
-4
/
+4
*
moved debugger_access() from address space to machine & removed the anti-patt...
smf-
2016-11-19
1
-4
/
+4
*
Introduce u8/u16/u32/u64/s8/s16/s32/s64
Vas Crabb
2016-11-19
1
-2
/
+2
*
srcclean (nw)
Vas Crabb
2016-10-23
1
-11
/
+11
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-76
/
+76
*
gameboy: fixed scrolling window regression (nw)
Wilbert Pol
2016-10-04
1
-4
/
+15
*
gb.cpp: Some cpu, sound, and video updates (nw)
Wilbert Pol
2016-09-30
1
-982
/
+2016
*
Fix up GBA build and replace some stupid macros with members
Vas Crabb
2016-08-16
1
-1
/
+1
*
made constexprs lower case and used constexpr for returning input value as we...
Miodrag Milanovic
2016-07-31
1
-1
/
+1
*
std::min and std:max instead of MIN and MAX, also some more macros converted ...
Miodrag Milanovic
2016-07-31
1
-3
/
+3
*
move gb sound and gb lcd in order to make snes compile, since used by bus dev...
Miodrag Milanovic
2016-05-01
1
-0
/
+2852