diff options
author | 2020-11-05 13:59:35 +0100 | |
---|---|---|
committer | 2020-11-05 14:00:00 +0100 | |
commit | b644308114b045ba4b49e2d33b711243f42983d4 (patch) | |
tree | 9bca355d037ac2453fcc53dcd555d4f999633d25 /scripts/src/video.lua | |
parent | b210948a61891bb11de6d141213a85d48880a9d1 (diff) |
mu5: Add the lc7985nd and the lcd [O. Galibert]
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 6d4dc7e74ea..fd16d493c0d 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -605,6 +605,18 @@ end -------------------------------------------------- -- +--@src/devices/video/lc7985.h,VIDEOS["LC7985"] = true +-------------------------------------------------- + +if (VIDEOS["LC7985"]~=null) then + files { + MAME_DIR .. "src/devices/video/lc7985.cpp", + MAME_DIR .. "src/devices/video/lc7985.h", + } +end + +-------------------------------------------------- +-- --@src/devices/video/m50458.h,VIDEOS["M50458"] = true -------------------------------------------------- |