diff options
Diffstat (limited to 'scripts/src/video.lua')
| -rw-r--r-- | scripts/src/video.lua | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index ded980289aa..eed692d1b99 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -953,6 +953,20 @@ if (VIDEOS["PC_XGA"]~=null) then } end + +-------------------------------------------------- +-- +--@src/devices/video/clgd546x_laguna.h,VIDEOS["CLGD546X_LAGUNA"] = true +-------------------------------------------------- + +if (VIDEOS["CLGD546X_LAGUNA"]~=null) then + files { + MAME_DIR .. "src/devices/video/clgd546x_laguna.cpp", + MAME_DIR .. "src/devices/video/clgd546x_laguna.h", + } +end + + -------------------------------------------------- -- --@src/devices/video/virge_pci.h,VIDEOS["VIRGE_PCI"] = true @@ -965,6 +979,7 @@ if (VIDEOS["VIRGE_PCI"]~=null) then } end + -------------------------------------------------- -- --@src/devices/video/pcd8544.h,VIDEOS["PCD8544"] = true |
