summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-07-24 13:31:04 +0200
committer hap <happppp@users.noreply.github.com>2020-07-24 13:31:36 +0200
commitb44810404e8548c64337a1e0bd86f47603120b4c (patch)
tree637abf31370b940d670d2fb8342d421c6d4a07e5 /scripts/src
parentc9afe852360bacea3c4cba2d95ad28c658fa0783 (diff)
added Hughes HLCD 0438 LCD Driver device
Diffstat (limited to 'scripts/src')
-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 77e3f9063dc..f898d0114d6 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -401,6 +401,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/hlcd0438.h,VIDEOS["HLCD0438"] = true
+--------------------------------------------------
+
+if (VIDEOS["HLCD0438"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/hlcd0438.cpp",
+ MAME_DIR .. "src/devices/video/hlcd0438.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/hlcd0488.h,VIDEOS["HLCD0488"] = true
--------------------------------------------------