From fad9283ecc0290e07bedc992537db6c8d982ab83 Mon Sep 17 00:00:00 2001 From: AJR Date: Tue, 25 Sep 2018 00:51:14 -0400 Subject: Preliminary emulation of National DP8350 CRT controller family --- scripts/src/video.lua | 12 ++++++++++++ scripts/target/mame/arcade.lua | 1 + scripts/target/mame/mess.lua | 1 + 3 files changed, 14 insertions(+) (limited to 'scripts') diff --git a/scripts/src/video.lua b/scripts/src/video.lua index a5b47457dd3..fa529660ab1 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -149,6 +149,18 @@ if (VIDEOS["DM9368"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/dp8350.h,VIDEOS["DP8350"] = true +-------------------------------------------------- + +if (VIDEOS["DP8350"]~=null) then + files { + MAME_DIR .. "src/devices/video/dp8350.cpp", + MAME_DIR .. "src/devices/video/dp8350.h", + } +end + -------------------------------------------------- -- --@src/devices/video/ef9340_1.h,VIDEOS["EF9340_1"] = true diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 2ff01e51362..5e8d6b36b20 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -288,6 +288,7 @@ VIDEOS["CESBLIT"] = true VIDEOS["CRTC_EGA"] = true --VIDEOS["DL1416"] = true VIDEOS["DM9368"] = true +VIDEOS["DP8350"] = true --VIDEOS["EF9340_1"] = true --VIDEOS["EF9345"] = true --VIDEOS["EF9364"] = true diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 95e8e3fabfc..5500370302f 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -297,6 +297,7 @@ VIDEOS["CRT9212"] = true VIDEOS["CRTC_EGA"] = true VIDEOS["DL1416"] = true VIDEOS["DM9368"] = true +VIDEOS["DP8350"] = true VIDEOS["EF9340_1"] = true VIDEOS["EF9345"] = true VIDEOS["EF9364"] = true -- cgit v1.2.3