diff options
| author | 2020-10-09 00:05:01 -0700 | |
|---|---|---|
| committer | 2020-10-09 00:05:01 -0700 | |
| commit | 7b1df38bd0ff7b17eed3d1709b67bd7eda210efc (patch) | |
| tree | 26cec39203907463da4f6873290cfafe74aa9f97 /scripts/src/machine.lua | |
| parent | 1b399b9e9b891b1a53290cdfdaa76b796ce1fd82 (diff) | |
| parent | ac04c377a995c1d87fc889ad98ff772838bcf31f (diff) | |
Merge branch 'master' into aaron-nl3
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 ac3cf2b31a1..185b1a8164b 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4557,3 +4557,14 @@ if (MACHINES["BL_HANDHELDS_MENUCONTROL"]~=null) then MAME_DIR .. "src/devices/machine/bl_handhelds_menucontrol.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/ns32081.h,MACHINES["NS32081"] = true +--------------------------------------------------- +if (MACHINES["NS32081"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ns32081.cpp", + MAME_DIR .. "src/devices/machine/ns32081.h", + } +end |
