diff options
| author | 2024-03-04 15:31:38 +0100 | |
|---|---|---|
| committer | 2024-03-05 01:31:38 +1100 | |
| commit | 7db1458ca12b9ff77e0aefef2d85e14f1e75d8dd (patch) | |
| tree | dbc049ecda7444b129c8b7cb65f4a2aabb568fbe /scripts | |
| parent | bfef33bf93ff8256370c6d9149f6206f4f3beabf (diff) | |
Moved Cave drivers and devices to atlus project and a new cave project. (#12090)
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/video.lua | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 46ef61a744f..2b95f647fc6 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -248,28 +248,6 @@ if (VIDEOS["EF9365"]~=null) then end -------------------------------------------------- ---@src/devices/video/epic12.h,VIDEOS["EPIC12"] = true --------------------------------------------------- - -if (VIDEOS["EPIC12"]~=null) then - files { - MAME_DIR .. "src/devices/video/epic12.cpp", - MAME_DIR .. "src/devices/video/epic12.h", - MAME_DIR .. "src/devices/video/epic12_blit0.cpp", - MAME_DIR .. "src/devices/video/epic12_blit1.cpp", - MAME_DIR .. "src/devices/video/epic12_blit2.cpp", - MAME_DIR .. "src/devices/video/epic12_blit3.cpp", - MAME_DIR .. "src/devices/video/epic12_blit4.cpp", - MAME_DIR .. "src/devices/video/epic12_blit5.cpp", - MAME_DIR .. "src/devices/video/epic12_blit6.cpp", - MAME_DIR .. "src/devices/video/epic12_blit7.cpp", - MAME_DIR .. "src/devices/video/epic12_blit8.cpp", - MAME_DIR .. "src/devices/video/epic12in.hxx", - MAME_DIR .. "src/devices/video/epic12pixel.hxx", - } -end - --------------------------------------------------- -- --@src/devices/video/fixfreq.h,VIDEOS["FIXFREQ"] = true -------------------------------------------------- |
