summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2017-10-19 19:36:01 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2017-10-19 19:36:01 +0700
commit9a68224e4a7952fefbb3067a3e72effee6467d76 (patch)
tree1f7e7554a0437d3abb125ad58aad4e39c1e96001 /scripts
parent412ede0ef86fbdd7f38024c03ba0fe300fdce924 (diff)
bt459: new device
Used in InterPro graphics boards.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/video.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/video.lua b/scripts/src/video.lua
index f883a45f592..789dfc9403c 100644
--- a/scripts/src/video.lua
+++ b/scripts/src/video.lua
@@ -1010,3 +1010,14 @@ if (VIDEOS["PPU2C0X"]~=null) then
}
end
+--------------------------------------------------
+--
+--@src/devices/video/bt459.h,VIDEOS["BT459"] = true
+--------------------------------------------------
+
+if (VIDEOS["BT459"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/video/bt459.cpp",
+ MAME_DIR .. "src/devices/video/bt459.h",
+ }
+end