diff options
author | 2025-01-08 13:54:43 +0100 | |
---|---|---|
committer | 2025-01-08 13:56:27 +0100 | |
commit | ed95a2d2443446e9867b60c8ec8752cf6c379da8 (patch) | |
tree | ec6d77b6ce6ffa4565c4b3293209211efae9ecbf /scripts | |
parent | 2c98fd35c609eaa401d72d917761689d1576b02c (diff) |
bus/amiga/zorro/merlin: Implement RAMDAC with hardware cursor
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/src/video.lua | 12 |
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 |