diff options
author | 2017-05-18 03:01:53 +0300 | |
---|---|---|
committer | 2017-06-06 21:29:43 +0300 | |
commit | 24d016f62c5dd9583e2238c0227027b5aebbc27a (patch) | |
tree | ee9eb1eb59fbafef4eeb741e880d86e8837a13a1 /scripts/src/machine.lua | |
parent | 7044a6b5fc91915b2fb82b3625829856faf3bd3b (diff) |
New skeleton: GRiD Compass series
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r-- | scripts/src/machine.lua | 12 |
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 --------------------------------------------------- |