diff options
author | 2021-12-01 22:36:51 +1100 | |
---|---|---|
committer | 2021-12-01 22:36:51 +1100 | |
commit | 0863066da55f49fc5363dd5d6939ceee2dd63f79 (patch) | |
tree | a9a548b2a25a931be974ee8da26d92a6902ecd82 /scripts/src | |
parent | cdf9a94dc1ca7dbe7a9b64581f496a8f77f4bb7a (diff) |
stv: moved video into video/saturn.cpp to remove possible circular dependency. (#8915)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/video.lua | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index b61b5ffb0f7..12f4f55b2a8 100644 --- a/scripts/src/video.lua +++ b/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 -------------------------------------------------- |