diff options
author | 2019-09-20 11:12:44 -0400 | |
---|---|---|
committer | 2019-09-20 11:12:44 -0400 | |
commit | 9afcd9c9b97b6c6cd1528ba1e2fe4cfb0ffc3347 (patch) | |
tree | a5cec16a4c13c85769916bc6797e8b5ee9a42df6 /scripts/src/video.lua | |
parent | 123c71bc4b8bc3ec579ab0aa9350d332b470ba53 (diff) |
acorn_vidc: All right, move this back to src/devices/machine (nw)
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r-- | scripts/src/video.lua | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index fae7bad2434..d4c4920002a 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -43,18 +43,6 @@ 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 -------------------------------------------------- |