summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index e2f95bfe99f..a086d09da25 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1524,13 +1524,13 @@ if (MACHINES["1MB5"]~=null) then
end
---------------------------------------------------
---@src/devices/machine/i2cds1307.h,MACHINES["I2C_DS1307"] = true
+--@src/devices/machine/ds1307.h,MACHINES["I2C_DS1307"] = true
---------------------------------------------------
if (MACHINES["I2C_DS1307"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/i2cds1307.cpp",
- MAME_DIR .. "src/devices/machine/i2cds1307.h",
+ MAME_DIR .. "src/devices/machine/ds1307.cpp",
+ MAME_DIR .. "src/devices/machine/ds1307.h",
}
end