diff options
| author | 2017-12-13 21:31:27 -0700 | |
|---|---|---|
| committer | 2017-12-13 21:31:27 -0700 | |
| commit | 9ece34eb218c5c1960468294c733fd00ac7fa696 (patch) | |
| tree | 7160ed8d2cbe2127aaaef0a21f8736403b0f8a7c /scripts/src/video.lua | |
| parent | 54155441e9ba9941e85d80c4834a66376a11e791 (diff) | |
Revert "Revert "Merge branch 'master' of https://github.com/mamedev/mame""
This reverts commit 54155441e9ba9941e85d80c4834a66376a11e791.
Diffstat (limited to 'scripts/src/video.lua')
| -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 59ed7ef18f8..035717a2da1 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -1033,3 +1033,15 @@ if (VIDEOS["I4100"]~=null) then MAME_DIR .. "src/devices/video/imagetek_i4100.h", } end + +-------------------------------------------------- +-- +--@src/devices/video/dp8510.h,VIDEOS["DP8510"] = true +-------------------------------------------------- + +if (VIDEOS["DP8510"]~=null) then + files { + MAME_DIR .. "src/devices/video/dp8510.cpp", + MAME_DIR .. "src/devices/video/dp8510.h", + } +end |
