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 538b8ccbc22..599727b0980 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -4669,6 +4669,17 @@ end
---------------------------------------------------
--
+--@src/devices/machine/mv_sonora.h,MACHINES["MAC_VIDEO_SONORA"] = true
+---------------------------------------------------
+if (MACHINES["MAC_VIDEO_SONORA"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/mv_sonora.cpp",
+ MAME_DIR .. "src/devices/machine/mv_sonora.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/alpha_8921.h,MACHINES["ALPHA_8921"] = true
---------------------------------------------------
if (MACHINES["ALPHA_8921"]~=null) then