From ed95a2d2443446e9867b60c8ec8752cf6c379da8 Mon Sep 17 00:00:00 2001 From: Dirk Best Date: Wed, 8 Jan 2025 13:54:43 +0100 Subject: bus/amiga/zorro/merlin: Implement RAMDAC with hardware cursor --- scripts/src/video.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.3-70-g09d2