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.lua12
1 files changed, 12 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 6e60727d1a8..8deb9fa052e 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2937,6 +2937,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/pcfx_intc.h,MACHINES["PCFX_INTC"] = true
+---------------------------------------------------
+
+if (MACHINES["PCFX_INTC"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/pcfx_intc.cpp",
+ MAME_DIR .. "src/devices/machine/pcfx_intc.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/pckeybrd.h,MACHINES["PCKEYBRD"] = true
---------------------------------------------------