summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2019-12-06 02:24:49 +0100
committer hap <happppp@users.noreply.github.com>2019-12-06 02:25:10 +0100
commitcc116dc97298912d19731a465ffc2bbd8864b81f (patch)
tree12422fdfb01a46df6b0fd3cf96033f37081a8bd8 /scripts/src
parent41e5fd22e03cd78dd0b3efa7dd24141d14665208 (diff)
added LC7582 LCD Driver (nw)
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 e1c5160b439..2352d32e850 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -545,6 +545,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/lc7582.h,VIDEOS["LC7582"] = true
+--------------------------------------------------
+
+if (VIDEOS["LC7582"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/lc7582.cpp",
+ MAME_DIR .. "src/devices/video/lc7582.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/m50458.h,VIDEOS["M50458"] = true
--------------------------------------------------