summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author cam900 <dbtlrchl@naver.com>2026-03-13 23:53:09 +0900
committer GitHub <noreply@github.com>2026-03-14 01:53:09 +1100
commit3ed76b8eda30134c4076ef9827562a1545ecac15 (patch)
treea3a8e956af9e9d0dd1445d86ee8cc18f8e919e4c /scripts
parent45bb673d6c3103e0c8a173ebe3f4a9ab940fbb30 (diff)
video/x1_020_dx_101.cpp: Refactored Allumer X1-020/NEC DX-101 as a device. (#15093)
* video/x1_020_dx_101.cpp (former seta/seta2_v.cpp): Minor optimisation, reduced duplication, expanded notes. * namco/funcube.cpp, namco/funcube_touchscreen.cpp: Moved Funcube hardware emulation out of seta/seta2.cpp. * namco/namcoeva.cpp: Moved to the namco project from the seta project, removed dependency on seta/seta2.cpp. * seta/seta2.cpp: Consolidated into a single file, reduced literal tags, and cleaned up code, updated notes.
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
--------------------------------------------------