diff options
author | 2022-12-12 18:47:14 +0000 | |
---|---|---|
committer | 2022-12-12 18:47:14 +0000 | |
commit | e09c88343474e158cdc59089c6df77adba39db60 (patch) | |
tree | aee4a081d4a8283bf8d323e281b2cd7148d5abe9 /scripts/src/machine.lua | |
parent | 8d06c14709a17eaf3c00660a6792e87c47a81545 (diff) |
mdcr: Moved philips/p2000t_mdcr.cpp->machine/mdcr.cpp to allow use with other machines.
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 04f5f77d2ce..d4a23022e4c 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2400,6 +2400,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/mdcr.h,MACHINES["MDCR"] = true +--------------------------------------------------- + +if (MACHINES["MDCR"]~=null) then + files { + MAME_DIR .. "src/devices/machine/mdcr.cpp", + MAME_DIR .. "src/devices/machine/mdcr.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/meters.h,MACHINES["METERS"] = true --------------------------------------------------- |