From 490d00afb7024a53e16511f98bfff82e4185bd3e Mon Sep 17 00:00:00 2001 From: cracyc Date: Wed, 12 Apr 2017 17:32:22 -0500 Subject: ds1205: Add Dallas DS1205 Multikey [Carl] --- 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 493575cc093..fd0f4c5c17a 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -778,6 +778,18 @@ if (MACHINES["DS1204"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ds1205.h,MACHINES["DS1205"] = true +--------------------------------------------------- + +if (MACHINES["DS1205"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ds1205.cpp", + MAME_DIR .. "src/devices/machine/ds1205.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ds1302.h,MACHINES["DS1302"] = true -- cgit v1.2.3-70-g09d2