summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Dirk Best <mail@dirk-best.de>2025-01-08 13:54:43 +0100
committer Dirk Best <mail@dirk-best.de>2025-01-08 13:56:27 +0100
commited95a2d2443446e9867b60c8ec8752cf6c379da8 (patch)
treeec6d77b6ce6ffa4565c4b3293209211efae9ecbf /scripts
parent2c98fd35c609eaa401d72d917761689d1576b02c (diff)
bus/amiga/zorro/merlin: Implement RAMDAC with hardware cursor
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 56ae20d93ef..706ef5d485e 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -1684,3 +1684,15 @@ if (VIDEOS["ZR36110"]~=null) then
MAME_DIR .. "src/devices/video/zr36110.h",
}
end
+
+--------------------------------------------------
+--
+--@src/devices/video/bt48x.h,VIDEOS["BT48X"] = true
+--------------------------------------------------
+
+if (VIDEOS["BT48X"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/bt48x.cpp",
+ MAME_DIR .. "src/devices/video/bt48x.h",
+ }
+end