diff options
author | 2022-03-08 19:55:22 +1100 | |
---|---|---|
committer | 2022-03-08 19:55:22 +1100 | |
commit | f4ce3a32bda8c36ffca9f67b2b576a2bff518ec9 (patch) | |
tree | c5bf369c451841e4ec6992939f3ca70788f11412 /scripts/src | |
parent | 626ea93e71e5ddc3cbb9e9fa801289ccc226a567 (diff) | |
parent | bc5f7bad79ed3cc26c6f4439be36cbe2049c3e04 (diff) |
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/mame/drivers/8080bw.cpp
Diffstat (limited to 'scripts/src')
-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 02d1cf71579..739ec81b0db 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 |