diff options
author | 2016-08-04 20:12:01 +0100 | |
---|---|---|
committer | 2016-08-04 20:12:01 +0100 | |
commit | 2fb36796fb56a03be31f15b15419906fc2a24260 (patch) | |
tree | 934777a78a2a3f190799c1f705299b553f5bb688 /scripts/src/machine.lua | |
parent | 267701595b4834d6df43411db491f169e7c70f76 (diff) |
Separation of the LDP-1450 laserdisc player to its own device.
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 fd9fd3d8ee4..16388610870 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1203,6 +1203,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ldp1000.h,MACHINES["LDP1450"] = true +--------------------------------------------------- + +if (MACHINES["LDP1450"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ldp1450.cpp", + MAME_DIR .. "src/devices/machine/ldp1450.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ldvp931.h,MACHINES["LDVP931"] = true --------------------------------------------------- |