summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
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 fa1407d1f89..95df66ae38e 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -1832,6 +1832,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/x1_020_dx_101.h,VIDEOS["X1_020_DX_101"] = true
+--------------------------------------------------
+
+if VIDEOS["X1_020_DX_101"] then
+ files {
+ MAME_DIR .. "src/devices/video/x1_020_dx_101.cpp",
+ MAME_DIR .. "src/devices/video/x1_020_dx_101.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/zeus2.h,VIDEOS["ZEUS2"] = true
--------------------------------------------------