summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2023-05-18 19:57:03 -0400
committer arbee <rb6502@users.noreply.github.com>2023-05-18 19:57:03 -0400
commit9de67ba5956f21cab6df8518835089bdf96548ee (patch)
tree09692682fed4d90f0278159d9052aaf77c1423e0 /scripts
parent915cf99f06e9c492b140bcbcc88e6d121782593a (diff)
video/atirage.cpp: Extremely preliminary emulation of PCI ATI 3D Rage family SVGA chips. [R. Belmont]
apple/powermacg3.cpp: Hooked up ATI Rage II video, you can now enter and interact with Open Firmware. [R. Belmont]
Diffstat (limited to 'scripts')
-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 1d2937e3867..2f1b0abfb39 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -57,6 +57,18 @@ end
--------------------------------------------------
--
+--@src/devices/video/atirage.h,VIDEOS["ATIRAGE"] = true
+--------------------------------------------------
+
+if (VIDEOS["ATIRAGE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/atirage.cpp",
+ MAME_DIR .. "src/devices/video/atirage.h",
+ }
+end
+
+--------------------------------------------------
+--
--@src/devices/video/bufsprite.h,VIDEOS["BUFSPRITE"] = true
--------------------------------------------------