summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author arbee <rb6502@users.noreply.github.com>2015-04-12 13:13:33 -0400
committer arbee <rb6502@users.noreply.github.com>2015-04-12 13:13:33 -0400
commitb96b59caee24b5385e0fce1900c5cce956e76c8d (patch)
tree1fdb8333a50acc292ab8259c8eadd6db9adad3e2 /scripts/src/machine.lua
parent7977b2a8f6d627344f22dbc645bee53bdadd8810 (diff)
atlantis: added PCI9050 device skeleton. [R. Belmont]
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua13
1 files changed, 13 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index 9f0d7d4406f..e9691eb19b2 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -2637,3 +2637,16 @@ if (MACHINES["FDC37C665GT"]~=null) then
MAME_DIR .. "src/emu/machine/fdc37c665gt.h",
}
end
+
+---------------------------------------------------
+--
+--@src/emu/machine/pci9050.h,MACHINES += PCI9050
+---------------------------------------------------
+
+if (MACHINES["PCI9050"]~=null) then
+ files {
+ MAME_DIR .. "src/emu/machine/pci9050.c",
+ MAME_DIR .. "src/emu/machine/pci9050.h",
+ }
+end
+