summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-05-06 20:26:05 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-05-06 20:27:20 -0400
commit610897fd3823ae7d5377534202faed56c30b13df (patch)
tree4dd225b8ee31c0b737abf49e8366ba544f79de0f /scripts/src
parent43c856c9e9d5f38051fb02e19d47f35fcef6a5f6 (diff)
Preliminary emulation of T6963C and related LCD controllers
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 069c2fc802d..042be7e2a19 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -816,6 +816,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/t6963c.h,VIDEOS["T6963C"] = true
+--------------------------------------------------
+
+if (VIDEOS["T6963C"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/t6963c.cpp",
+ MAME_DIR .. "src/devices/video/t6963c.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/t6a04.h,VIDEOS["T6A04"] = true
--------------------------------------------------