From 4b70016e833fa55b735108b5ebb9f800db0b47d4 Mon Sep 17 00:00:00 2001 From: Patrick Mackinlay Date: Wed, 26 Jun 2019 20:21:15 +0700 Subject: new device seeq8003 --- scripts/src/machine.lua | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'scripts/src/machine.lua') diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 58f24b5647e..09192e522bc 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4079,3 +4079,15 @@ if (MACHINES["XC1700E"]~=null) then MAME_DIR .. "src/devices/machine/xc1700e.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/edlc.h,MACHINES["EDLC"] = true +--------------------------------------------------- + +if (MACHINES["EDLC"]~=null) then + files { + MAME_DIR .. "src/devices/machine/edlc.cpp", + MAME_DIR .. "src/devices/machine/edlc.h", + } +end -- cgit v1.2.3