summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2023-06-25 03:46:01 +0200
committer angelosa <lordkale4@gmail.com>2023-06-25 03:46:05 +0200
commitfe898720e91bc4c178f13a9880cba961f1f4ae66 (patch)
tree93744861a664ea33220743e21ca5364ac233e9fe /scripts
parent508c6c119ac35f48c6d025c9c2975969b5b5ec93 (diff)
pc/pcipc.cpp: add base PCI for Cirrus Logic CL-GD5465 Laguna 3D
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua15
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