index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
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
/
gba_lcd.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
video/gba_lcd.cpp: Implement device_palette_interface rather than instantiati...
cam900
2025-04-07
1
-5
/
+6
*
emu/devcb.h: Eliminated the need to call resolve() on callbacks. (#11333)
Vas Crabb
2023-06-17
1
-24
/
+5
*
gba_lcd.cpp, gf4500.cpp: Clean up error logging code and some macro usage
AJR
2023-02-20
1
-22
/
+8
*
Remove #include <cstdarg> from emu.h and move it into source files that still...
AJR
2022-10-25
1
-0
/
+2
*
- Removed device_timer, device_timer_id, et al in favor of direct callback me...
MooglyGuy
2022-06-04
1
-2
/
+2
*
Eliminate ARRAY_LENGTH template in favor of C++17's std::size
AJR
2021-02-14
1
-2
/
+2
*
Cleaned up bitmap API.
Vas Crabb
2020-09-27
1
-1
/
+1
*
very small macro removal bunch (nw)
Ivan Vangelista
2020-05-24
1
-8
/
+8
*
(nw) misc cleanup:
Vas Crabb
2019-09-20
1
-10
/
+6
*
(nw) Clean up the mess on master
Vas Crabb
2019-03-26
1
-6
/
+7
*
Revert "conflict resolution (nw)"
andreasnaive
2019-03-25
1
-7
/
+6
*
misc MACHINE_CONFIG macros removal (nw)
Ivan Vangelista
2019-02-09
1
-6
/
+7
*
Start cleaning up palette configuration:
Vas Crabb
2018-12-29
1
-45
/
+48
*
(nw) fix lots of inadverently mutable static pointers
Vas Crabb
2018-09-20
1
-4
/
+4
*
Better support for screen orientation/geometry:
Vas Crabb
2018-07-26
1
-2
/
+0
*
Allow per-device internal layouts and remove some more MCFG_ macros.
Vas Crabb
2018-07-16
1
-1
/
+1
*
Allow passing std::unique_ptr<TYPE> directly to save_pointer and remove now-s...
AJR
2018-06-24
1
-3
/
+3
*
gba_lcd, spectrum, etc.: Convenient first_screen removal (nw)
AJR
2018-03-03
1
-7
/
+7
*
xtal.h is dead, long live to xtal.cpp [O. Galibert]
Olivier Galibert
2018-01-23
1
-1
/
+1
*
API Change: Machine configs are now a method of the owner class, and the prot...
Olivier Galibert
2018-01-17
1
-1
/
+1
*
Privatize m_screen and other variables of device_video_interface (nw)
AJR
2018-01-05
1
-1
/
+1
*
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
Firehawke
2017-12-13
1
-31
/
+3
*
Revert "Merge branch 'master' of https://github.com/mamedev/mame"
Firehawke
2017-12-13
1
-3
/
+31
*
gba: add various mirrors and fix byte-wide VRAM/PRAM/OAM access. [R. Belmont]
arbee
2017-12-05
1
-31
/
+3
*
updated devices/video devices to use device_add_mconfig insted of device_mcon...
Ivan Vangelista
2017-05-24
1
-6
/
+1
*
Goodbye MACHINE_CONFIG_FRAGMENT, it was nice knowing you.
Vas Crabb
2017-05-22
1
-1
/
+1
*
Move static data out of devices into the device types. This is a significant...
Vas Crabb
2017-05-14
1
-2
/
+2
*
Self-registering devices prep:
Vas Crabb
2017-02-27
1
-2
/
+4
*
NOTICE (TYPE NAME CONSOLIDATION)
Miodrag Milanovic
2016-10-22
1
-162
/
+162
*
srcclean (nw)
Vas Crabb
2016-09-26
1
-2
/
+2
*
gba_lcd: code refactoring
Giuseppe Gorgoglione
2016-09-07
1
-1545
/
+1186
*
gba_lcd: bugfix
Giuseppe Gorgoglione
2016-09-07
1
-59
/
+65
*
gba_lcd inherits m_regs as well (nw)
Vas Crabb
2016-08-31
1
-4
/
+6
*
srcclean and translation regeneration
Vas Crabb
2016-08-29
1
-6
/
+6
*
gba_lcd: abstract sprite attributes into a class
Giuseppe Gorgoglione
2016-08-24
1
-376
/
+205
*
gba: decouple video device from main machine state using callbacks
Giuseppe Gorgoglione
2016-08-17
1
-9
/
+24
*
Fix up GBA build and replace some stupid macros with members
Vas Crabb
2016-08-16
1
-3
/
+1
*
gba: make video subsystem into a device
Giuseppe Gorgoglione
2016-08-15
1
-0
/
+2356