diff options
| author | 2016-08-04 20:12:01 +0100 | |
|---|---|---|
| committer | 2016-08-04 20:12:01 +0100 | |
| commit | 2fb36796fb56a03be31f15b15419906fc2a24260 (patch) | |
| tree | 934777a78a2a3f190799c1f705299b553f5bb688 /scripts | |
| parent | 267701595b4834d6df43411db491f169e7c70f76 (diff) | |
Separation of the LDP-1450 laserdisc player to its own device.
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 12 | ||||
| -rw-r--r-- | scripts/target/mame/arcade.lua | 1 |
2 files changed, 13 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 --------------------------------------------------- diff --git a/scripts/target/mame/arcade.lua b/scripts/target/mame/arcade.lua index 136f01b063b..e201b3ca8e2 100644 --- a/scripts/target/mame/arcade.lua +++ b/scripts/target/mame/arcade.lua @@ -431,6 +431,7 @@ MACHINES["LDPR8210"] = true MACHINES["LDSTUB"] = true MACHINES["LDV1000"] = true MACHINES["LDP1000"] = true +MACHINES["LDP1450"] = true MACHINES["LDVP931"] = true --MACHINES["LH5810"] = true MACHINES["LINFLASH"] = true |
