summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src')
-rw-r--r--scripts/src/machine.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 3cc9b40227b..5172bcc4381 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1170,13 +1170,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/ds1315.h,MACHINES["DS1315"] = true
+--@src/devices/machine/ds1215.h,MACHINES["DS1215"] = true
---------------------------------------------------
-if (MACHINES["DS1315"]~=null) then
+if (MACHINES["DS1215"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ds1315.cpp",
- MAME_DIR .. "src/devices/machine/ds1315.h",
+ MAME_DIR .. "src/devices/machine/ds1215.cpp",
+ MAME_DIR .. "src/devices/machine/ds1215.h",
}
end