summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/video.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r--scripts/src/video.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index 825ff9b08a9..6342d3f6ab8 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -835,6 +835,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/pc_vga_ati.h,VIDEOS["PC_VGA_ALLIANCE"] = true
+--------------------------------------------------
+
+if (VIDEOS["PC_VGA_ALLIANCE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/pc_vga_alliance.cpp",
+ MAME_DIR .. "src/devices/video/pc_vga_alliance.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/pc_vga_ati.h,VIDEOS["PC_VGA_ATI"] = true
--------------------------------------------------