summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2019-09-20 10:13:01 -0400
committer AJR <ajrhacker@users.noreply.github.com>2019-09-20 10:13:01 -0400
commit0917a7295fc020a3ea41948e5e3e90c84d8ed485 (patch)
tree43d1d30b4169400478846c5c6def69fba9af82a3 /scripts/src/video.lua
parent3e6b9f975625c9036157da7f2ea48400b3bfb8ed (diff)
acorn_vidc: Move to src/devices/video and fix full build (nw)
Diffstat (limited to 'scripts/src/video.lua')
-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 d4c4920002a..fae7bad2434 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -43,6 +43,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/acorn_vidc.h,MACHINES["ACORN_VIDC"] = true
+--------------------------------------------------
+
+if (VIDEOS["ACORN_VIDC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/acorn_vidc.cpp",
+ MAME_DIR .. "src/devices/video/acorn_vidc.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/am8052.h,VIDEOS["AM8052"] = true
--------------------------------------------------