summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author mamehaze <140764005+mamehaze@users.noreply.github.com>2026-04-22 18:51:45 +0100
committer GitHub <noreply@github.com>2026-04-22 19:51:45 +0200
commit0bee32b2169004cbc8c953aaa3bcaf4a5dae90d0 (patch)
tree237b8d46f5075c04959514d50f7d182b87a3ddfe /scripts
parent875355ef3796cda3f54c8dbfb87ff49ce17e3559 (diff)
identified bl_handhelds_lcdc_device as st7735 and moved to devices/video (#15248)
* identified bl_handhelds_lcdc_device as st7735 * renamed implementation and moved to devices/video/st7735.cpp / .h * fleshed out some logging to verify behavior so that it's easier to identify * fixed an out of bounds access on the video update, which now respects cliprect
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index 95df66ae38e..660b6c7008f 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -1551,6 +1551,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/st7735_lcdc.h,VIDEOS["ST7735"] = true
+--------------------------------------------------
+
+if VIDEOS["ST7735"] then
+ files {
+ MAME_DIR .. "src/devices/video/st7735_lcdc.cpp",
+ MAME_DIR .. "src/devices/video/st7735_lcdc.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/t6963c.h,VIDEOS["T6963C"] = true
--------------------------------------------------