diff options
author | 2016-10-16 01:47:44 +0200 | |
---|---|---|
committer | 2016-10-16 01:49:06 +0200 | |
commit | 8682c73305661344f03447752e51cadfc22b240e (patch) | |
tree | 65bbc6ab098b59fc8dcbbe217dfbb3b99d21895f /scripts/src | |
parent | 4d75e88ddd61b46cd745ba9d92b9ab5ba16cde12 (diff) |
-Added: Dallas DS1386-8K and DS1386-32K timekeepers (largely untested). [Ryan Holtz]
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ -671,6 +671,18 @@ 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 --------------------------------------------------- |