diff options
author | 2016-06-14 19:50:02 +0200 | |
---|---|---|
committer | 2016-06-14 19:50:43 +0200 | |
commit | 3c030752cf3feebf7c50e15bb47bf16aa9ac1960 (patch) | |
tree | 9191d67dbc462d5c7c547365ef18c9af30e9bc30 /scripts/src | |
parent | 4ceb1a97f3eda4413b0f94d2956e21818af65c78 (diff) |
Added bare-bones Sony LDP-1000 device (nw)
Diffstat (limited to 'scripts/src')
-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 37bdb8fe933..7ddf031d76d 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -1178,6 +1178,18 @@ end --------------------------------------------------- -- +--@src/devices/machine/ldp1000.h,MACHINES["LDP1000"] = true +--------------------------------------------------- + +if (MACHINES["LDP1000"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ldp1000.cpp", + MAME_DIR .. "src/devices/machine/ldp1000.h", + } +end + +--------------------------------------------------- +-- --@src/devices/machine/ldvp931.h,MACHINES["LDVP931"] = true --------------------------------------------------- |