From 1373f80b74b1174da306533fc1b6364f9b0d2801 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Tue, 8 May 2018 20:07:39 +0700 Subject: bt45x: new devices (#3536) * bt45x: new devices Basic implementation of various Brooktree RAMDAC devices. Two of these (bt457, bt458) are used by InterPro graphics boards currently under development, the others are unused/untested at this point. * bt45x: tweak descriptions (nw) --- scripts/src/video.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/video.lua') diff --git a/scripts/src/video.lua b/scripts/src/video.lua index b3ca841fde0..6931f1152e6 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1057,3 +1057,15 @@ if (VIDEOS["DP8510"]~=null) then MAME_DIR .. "src/devices/video/dp8510.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/bt45x.h,VIDEOS["BT45X"] = true +-------------------------------------------------- + +if (VIDEOS["BT45X"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt45x.cpp", + MAME_DIR .. "src/devices/video/bt45x.h", + } +end -- cgit v1.2.3-70-g09d2