From b644308114b045ba4b49e2d33b711243f42983d4 Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 5 Nov 2020 13:59:35 +0100 Subject: mu5: Add the lc7985nd and the lcd [O. Galibert] --- scripts/src/video.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') 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 @@ -603,6 +603,18 @@ if (VIDEOS["LC7582"]~=null) then } 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 -- cgit v1.2.3-70-g09d2