diff options
author | 2019-06-20 18:28:06 +0700 | |
---|---|---|
committer | 2019-06-20 18:28:06 +0700 | |
commit | 4c15ecdbb60f9c48dd68236f92fd77729af33fbb (patch) | |
tree | fa09f16c5c47bd333c3a83270a0cef322b30fc53 /scripts/src/video.lua | |
parent | f84e2459b1d4ed60692e9331ffc5add88eae9ec3 (diff) |
bt47x: new device (nw)
Diffstat (limited to 'scripts/src/video.lua')
-rw-r--r-- | scripts/src/video.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua index 87a36ce6b5a..b49bd961f95 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1207,3 +1207,14 @@ if (VIDEOS["DECSFB"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/bt47x.h,VIDEOS["BT47X"] = true +-------------------------------------------------- + +if (VIDEOS["BT47X"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt47x.cpp", + MAME_DIR .. "src/devices/video/bt47x.h", + } +end |