diff options
| author | 2021-06-07 19:05:07 +0700 | |
|---|---|---|
| committer | 2021-06-07 19:05:07 +0700 | |
| commit | 80fb62cce5bf17442f224e37318ebf6e901c9b14 (patch) | |
| tree | 2df89f0217f9ce3a82e39fa1768eb0a91a11c8a5 /scripts/src/machine.lua | |
| parent | 644d85fbe9813df25968b232f706c07ee4c5c129 (diff) | |
ns32082: new device
Diffstat (limited to 'scripts/src/machine.lua')
| -rw-r--r-- | scripts/src/machine.lua | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua index ff8fb333b39..1df555aa05f 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4734,3 +4734,14 @@ if (MACHINES["NS32202"]~=null) then MAME_DIR .. "src/devices/machine/ns32202.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/ns32082.h,MACHINES["NS32082"] = true +--------------------------------------------------- +if (MACHINES["NS32082"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ns32082.cpp", + MAME_DIR .. "src/devices/machine/ns32082.h", + } +end |
