summaryrefslogtreecommitdiffstats
path: root/docs/release/scripts/src/video.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-12-29 12:06:22 +1100
committer Robbbert <Robbbert@users.noreply.github.com>2021-12-29 12:06:22 +1100
commitcb181beb62496e644018e072987a1169ea35d4b4 (patch)
treeff9acfa9bc9a2feb3c72ad409efce099266344ba /docs/release/scripts/src/video.lua
parentdb478134d9918219eb1b53c29ddc6a6cb7c8bc9b (diff)
0.239 filestag239
Diffstat (limited to 'docs/release/scripts/src/video.lua')
-rw-r--r--docs/release/scripts/src/video.lua15
1 files changed, 0 insertions, 15 deletions
diff --git a/docs/release/scripts/src/video.lua b/docs/release/scripts/src/video.lua
index b61b5ffb0f7..12f4f55b2a8 100644
--- a/docs/release/scripts/src/video.lua
+++ b/docs/release/scripts/src/video.lua
@@ -954,21 +954,6 @@ end
--------------------------------------------------
--
---@src/devices/video/stvvdp1.h,VIDEOS["STVVDP"] = true
---@src/devices/video/stvvdp2.h,VIDEOS["STVVDP"] = true
---------------------------------------------------
-
-if (VIDEOS["STVVDP"]~=null) then
- files {
- MAME_DIR .. "src/devices/video/stvvdp1.cpp",
- MAME_DIR .. "src/devices/video/stvvdp1.h",
- MAME_DIR .. "src/devices/video/stvvdp2.cpp",
- MAME_DIR .. "src/devices/video/stvvdp2.h",
- }
-end
-
---------------------------------------------------
---
--@src/devices/video/t6963c.h,VIDEOS["T6963C"] = true
--------------------------------------------------