diff options
| author | 2022-03-04 12:36:33 +0700 | |
|---|---|---|
| committer | 2022-03-04 12:36:33 +0700 | |
| commit | 89b850c9d97abb31ab3f8900ce3767f3b2d82695 (patch) | |
| tree | 3fa7e75dff3e04d7a12a3950ec3bc3877621e0e9 /scripts | |
| parent | a733cc701c99fc10a5f66acaa45d57f2f972ce96 (diff) | |
ns32382: 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 fc491be11f6..f4f825e64b9 100644 --- a/scripts/src/machine.lua +++ b/scripts/src/machine.lua @@ -4934,3 +4934,14 @@ if (MACHINES["BITMAP_PRINTER"]~=null) then MAME_DIR .. "src/devices/machine/bitmap_printer.h", } end + +--------------------------------------------------- +-- +--@src/devices/machine/ns32382.h,MACHINES["NS32382"] = true +--------------------------------------------------- +if (MACHINES["NS32382"]~=null) then + files { + MAME_DIR .. "src/devices/machine/ns32382.cpp", + MAME_DIR .. "src/devices/machine/ns32382.h", + } +end diff --git a/scripts/target/mame/mess.lua b/scripts/target/mame/mess.lua index 72d252ced5e..5f7b70a8f22 100644 --- a/scripts/target/mame/mess.lua +++ b/scripts/target/mame/mess.lua @@ -831,6 +831,7 @@ MACHINES["NS32081"] = true MACHINES["NS32202"] = true MACHINES["NS32082"] = true MACHINES["BITMAP_PRINTER"] = true +MACHINES["NS32382"] = true -------------------------------------------------- -- specify available bus cores |
