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.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 35b191e8303..0ee6d5ba4fe 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2792,6 +2792,8 @@ if (MACHINES["PCI"]~=null) then
MAME_DIR .. "src/devices/machine/lpc-pit.h",
MAME_DIR .. "src/devices/machine/mpc106.cpp",
MAME_DIR .. "src/devices/machine/mpc106.h",
+ MAME_DIR .. "src/devices/machine/mv6436x.cpp",
+ MAME_DIR .. "src/devices/machine/mv6436x.h",
MAME_DIR .. "src/devices/machine/vrc4373.cpp",
MAME_DIR .. "src/devices/machine/vrc4373.h",
MAME_DIR .. "src/devices/machine/vrc5074.cpp",
@@ -2816,6 +2818,8 @@ if (MACHINES["PCI"]~=null) then
MAME_DIR .. "src/devices/machine/sis950_smbus.h",
MAME_DIR .. "src/devices/machine/sis85c496.cpp",
MAME_DIR .. "src/devices/machine/sis85c496.h",
+ MAME_DIR .. "src/devices/machine/vt8231_isa.cpp",
+ MAME_DIR .. "src/devices/machine/vt8231_isa.h",
}
end