From 8682c73305661344f03447752e51cadfc22b240e Mon Sep 17 00:00:00 2001 From: "therealmogminer@gmail.com" Date: Sun, 16 Oct 2016 01:47:44 +0200 Subject: -Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan Holtz] --- 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 647e815f242..9aaa54e4cc3 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -669,6 +669,18 @@ if (MACHINES["DS1315"]~=null) then } end +--------------------------------------------------- +-- +--@src/devices/machine/ds1386.h,MACHINES["DS1386"] = true +--------------------------------------------------- + +if (MACHINES["DS1386"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ds1386.cpp", + MAME_DIR .. "src/devices/machine/ds1386.h", + } +end + --------------------------------------------------- -- --@src/devices/machine/ds2401.h,MACHINES["DS2401"] = true -- cgit v1.2.3-70-g09d2