From 455195eecf8bf0ec1ea266b79fc216d53ebc6170 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Wed, 20 Feb 2019 13:25:12 +0700 Subject: xc1700e: new device --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 6d1c8a96ba9..600e9ade88a 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -3869,3 +3869,15 @@ if (MACHINES["I82357"]~=null) then MAME_DIR .. "src/devices/machine/i82357.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/xc1700e.h,MACHINES["XC1700E"] = true +--------------------------------------------------- + +if (MACHINES["XC1700E"]~=null) then + files { + MAME_DIR .. "src/devices/machine/xc1700e.cpp", + MAME_DIR .. "src/devices/machine/xc1700e.h", + } +end -- cgit v1.2.3