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.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 3953786b204..ace32673389 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1561,6 +1561,17 @@ if (MACHINES["1MB5"]~=null) then
end
---------------------------------------------------
+--@src/devices/machine/i2cmem.h,MACHINES["I2CHLE"] = true
+---------------------------------------------------
+
+if (MACHINES["I2CHLE"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/i2chle.cpp",
+ MAME_DIR .. "src/devices/machine/i2chle.h",
+ }
+end
+
+---------------------------------------------------
--
--@src/devices/machine/i2cmem.h,MACHINES["I2CMEM"] = true
---------------------------------------------------