From 895ffe0763a713fe644c53afe573e9839ee822a1 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Thu, 20 Sep 2018 18:08:59 +0700 Subject: jazz: new skeleton driver (nw) A skeleton for the Microsoft Jazz architecture, which was implemented in the MIPS Magnum 4000, Olivetti M700-10 and was the base/origin of several other MIPS ARC systems. * added skeleton Inmos G300/G332/G364 device * added skeleton NatSemi DP83932C SONIC device * added skeleton MCT-ADR device --- scripts/src/machine.lua | 12 ++++++++++++ scripts/src/video.lua | 12 ++++++++++++ 2 files changed, 24 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 7c1cc8e66ca..cd141b26cb3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3178,6 +3178,18 @@ if (MACHINES["DP8390"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/dp83932c.h,MACHINES["DP83932C"] = true +--------------------------------------------------- + +if (MACHINES["DP83932C"]~=null) then + files { + MAME_DIR .. "src/devices/machine/dp83932c.cpp", + MAME_DIR .. "src/devices/machine/dp83932c.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/pc_lpt.h,MACHINES["PC_LPT"] = true diff --git a/scripts/src/video.lua b/scripts/src/video.lua index c014a026fad..a5b47457dd3 100644 --- a/scripts/src/video.lua +++ b/scripts/src/video.lua @@ -495,6 +495,18 @@ if (VIDEOS["I8275"]~=null) then } end +-------------------------------------------------- +-- +--@src/devices/video/ims_cvc.h,VIDEOS["IMS_CVC"] = true +-------------------------------------------------- + +if (VIDEOS["IMS_CVC"]~=null) then + files { + MAME_DIR .. "src/devices/video/ims_cvc.cpp", + MAME_DIR .. "src/devices/video/ims_cvc.h", + } +end + -------------------------------------------------- -- --@src/devices/video/m50458.h,VIDEOS["M50458"] = true -- cgit v1.2.3-70-g09d2