diff options
Diffstat (limited to 'scripts/src/video.lua')
| -rw-r--r-- | scripts/src/video.lua | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 19ec99ffc44..9afab7a61c8 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1137,6 +1137,18 @@ if (VIDEOS["RAMDAC"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/video/roc10937.h,VIDEOS["ROC10937"] = true +--------------------------------------------------- + +if (MACHINES["ROC10937"]~=null) then + files { + MAME_DIR .. "src/devices/video/roc10937.cpp", + MAME_DIR .. "src/devices/video/roc10937.h", + } +end + -------------------------------------------------- -- --@src/devices/video/saa5050.h,VIDEOS["SAA5050"] = true @@ -1805,15 +1817,3 @@ if (VIDEOS["ST7626"]~=null) then MAME_DIR .. "src/devices/video/st7626.h", } end - --------------------------------------------------- --- ---@src/devices/video/serialvfd.h,VIDEOS["SERIALVFD"] = true --------------------------------------------------- - -if (VIDEOS["SERIALVFD"]~=null) then - files { - MAME_DIR .. "src/devices/video/serialvfd.cpp", - MAME_DIR .. "src/devices/video/serialvfd.h", - } -end |
