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.lua16
1 files changed, 16 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index d75ab7abdd6..c6a804d20a9 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -5405,3 +5405,19 @@ if (MACHINES["SCI4"]~=null) then
MAME_DIR .. "src/devices/machine/sci4.h",
}
end
+
+---------------------------------------------------
+--
+--@src/devices/machine/pl6_fpga.h,MACHINES["HEBER_PLUTO"] = true
+--@src/devices/machine/pl6_pic.h,MACHINES["HEBER_PLUTO"] = true
+---------------------------------------------------
+if (MACHINES["HEBER_PLUTO"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pl6_fpga.cpp",
+ MAME_DIR .. "src/devices/machine/pl6_fpga.h",
+ MAME_DIR .. "src/devices/machine/pl6_pic.cpp",
+ MAME_DIR .. "src/devices/machine/pl6_pic.h",
+ MAME_DIR .. "src/devices/machine/pl6_exp.cpp",
+ MAME_DIR .. "src/devices/machine/pl6_exp.h",
+ }
+end \ No newline at end of file