From aff42a99693d24b5234e7cba6584678fddd85b6e Mon Sep 17 00:00:00 2001 From: grullosgo <42551661+grullosgo@users.noreply.github.com> Date: Tue, 14 May 2019 17:07:02 -0300 Subject: Add DS1994 device (#5054) Add DS1994 device amaticmg driver: added ds1994 device, modified prom load, added ds1994 to romload --- 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 df21feff0cf..bc1f7609667 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -935,6 +935,18 @@ if (MACHINES["DS1386"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ds1994.h,MACHINES["DS1994"] = true +--------------------------------------------------- + +if (MACHINES["DS1994"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ds1994.cpp", + MAME_DIR .. "src/devices/machine/ds1994.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ds2401.h,MACHINES["DS2401"] = true -- cgit v1.2.3