diff options
author | 2024-08-20 01:05:44 +1000 | |
---|---|---|
committer | 2024-08-20 01:05:44 +1000 | |
commit | 182e477daadb85652feb531bff83db94ffc19ba6 (patch) | |
tree | faea11ea22140e22abf6637b7396f360be7a03bf /scripts/src | |
parent | d4c2566b3cc5dd9df909af5d3bb04471f3c8e808 (diff) |
-Fixed dependency generation for machine/i2chle.cpp.
-matsushita/kn5000.cpp: Tidy.
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index 7814da83e12..dd42c45d984 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1561,7 +1561,7 @@ if (MACHINES["1MB5"]~=null) then end --------------------------------------------------- ---@src/devices/machine/i2cmem.h,MACHINES["I2CHLE"] = true +--@src/devices/machine/i2chle.h,MACHINES["I2CHLE"] = true --------------------------------------------------- if (MACHINES["I2CHLE"]~=null) then |