diff options
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/machine.lua | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index ace32673389..7814da83e12 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -2084,6 +2084,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ldp1450hle.h,MACHINES["LDP1450HLE"] = true +--------------------------------------------------- + +if (MACHINES["LDP1450HLE"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ldp1450hle.cpp", + MAME_DIR .. "src/devices/machine/ldp1450hle.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ldvp931.h,MACHINES["LDVP931"] = true --------------------------------------------------- @@ -3037,6 +3049,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/r65c52.h,MACHINES["R65C52"] = true +--------------------------------------------------- + +if (MACHINES["R65C52"]~=null) then + files { + MAME_DIR .. "src/devices/machine/r65c52.cpp", + MAME_DIR .. "src/devices/machine/r65c52.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ra17xx.h,MACHINES["RA17XX"] = true --------------------------------------------------- |