diff options
| author | 2021-06-07 19:05:07 +0700 | |
|---|---|---|
| committer | 2021-06-07 19:05:07 +0700 | |
| commit | 80fb62cce5bf17442f224e37318ebf6e901c9b14 (patch) | |
| tree | 2df89f0217f9ce3a82e39fa1768eb0a91a11c8a5 /scripts | |
| parent | 644d85fbe9813df25968b232f706c07ee4c5c129 (diff) | |
ns32082: new device
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/machine.lua | 11 | ||||
| -rw-r--r-- | scripts/target/mame/mess.lua | 1 |
2 files changed, 12 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 diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index c9b6d6e1261..1fe07c532ed 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -814,6 +814,7 @@ MACHINES["CXD1185"] = true MACHINES["BL_HANDHELDS_MENUCONTROL"] = true MACHINES["NS32081"] = true MACHINES["NS32202"] = true +MACHINES["NS32082"] = true -------------------------------------------------- -- specify available bus cores |
