From 83e63dacf41f4d538101a4a5de2252fc87ff5deb Mon Sep 17 00:00:00 2001 From: AJR Date: Wed, 14 Aug 2019 09:10:46 -0400 Subject: Add device emulation for DS17x85 series of MC146818-compatible RTCs with additional features --- 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 ce227154ef0..f660735d7ad 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -992,6 +992,18 @@ if (MACHINES["DS1386"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ds17x85.h,MACHINES["DS17X85"] = true +--------------------------------------------------- + +if (MACHINES["DS17X85"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ds17x85.cpp", + MAME_DIR .. "src/devices/machine/ds17x85.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ds1994.h,MACHINES["DS1994"] = true -- cgit v1.2.3-70-g09d2