diff options
| author | 2019-07-23 17:55:17 +0700 | |
|---|---|---|
| committer | 2019-07-23 17:55:17 +0700 | |
| commit | ca8cd90e2b650ab1362c4a6bcfa9b2cb00d99ce2 (patch) | |
| tree | bbfc25eb92077392902b57bba702f851d7f06af4 /scripts/src | |
| parent | 2c918774eaf54403b1865948e95f91ee363ccf93 (diff) | |
bt431: new device (nw)
Diffstat (limited to 'scripts/src')
| -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 b49bd961f95..60f6a934655 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1218,3 +1218,15 @@ if (VIDEOS["BT47X"]~=null) then MAME_DIR .. "src/devices/video/bt47x.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/bt431.h,VIDEOS["BT431"] = true +-------------------------------------------------- + +if (VIDEOS["BT431"]~=null) then + files { + MAME_DIR .. "src/devices/video/bt431.cpp", + MAME_DIR .. "src/devices/video/bt431.h", + } +end |
