From 610897fd3823ae7d5377534202faed56c30b13df Mon Sep 17 00:00:00 2001 From: AJR Date: Mon, 6 May 2019 20:26:05 -0400 Subject: Preliminary emulation of T6963C and related LCD controllers --- 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 069c2fc802d..042be7e2a19 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -814,6 +814,18 @@ if (VIDEOS["STVVDP"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/t6963c.h,VIDEOS["T6963C"] = true +-------------------------------------------------- + +if (VIDEOS["T6963C"]~=null) then + files { + MAME_DIR .. "src/devices/video/t6963c.cpp", + MAME_DIR .. "src/devices/video/t6963c.h", + } +end + -------------------------------------------------- -- --@src/devices/video/t6a04.h,VIDEOS["T6A04"] = true -- cgit v1.2.3-70-g09d2