summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Sergey Svishchev <shattered@users.noreply.github.com>2017-05-18 03:01:53 +0300
committer Sergey Svishchev <shattered@users.noreply.github.com>2017-06-06 21:29:43 +0300
commit24d016f62c5dd9583e2238c0227027b5aebbc27a (patch)
treeee9eb1eb59fbafef4eeb741e880d86e8837a13a1 /scripts/src/machine.lua
parent7044a6b5fc91915b2fb82b3625829856faf3bd3b (diff)
New skeleton: GRiD Compass series
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 93a51243c1b..d24828492e2 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -1026,6 +1026,18 @@ end
---------------------------------------------------
--
+--@src/devices/machine/i7220.h,MACHINES["I7220"] = true
+---------------------------------------------------
+
+if (MACHINES["I7220"]~=null) then
+ files {
+ MAME_DIR .. "src/devices/machine/i7220.cpp",
+ MAME_DIR .. "src/devices/machine/i7220.h",
+ }
+end
+
+---------------------------------------------------
+--
--@src/devices/machine/i8155.h,MACHINES["I8155"] = true
---------------------------------------------------