summaryrefslogtreecommitdiffstats
path: root/scripts/src/machine.lua
diff options
context:
space:
mode:
author Robbbert <Robbbert@users.noreply.github.com>2021-07-21 00:08:46 +1000
committer Robbbert <Robbbert@users.noreply.github.com>2021-07-21 00:08:46 +1000
commit90af201c59eafb6ffc6bf4a756710e20574a66fe (patch)
tree1f7f59fdc0dbc2e527a2c4b0ea34562ea54e95d1 /scripts/src/machine.lua
parent3750560dc08a92eef9d69ffc9530eca5df2bd44c (diff)
parentd9b14f720c03c31c1851e988ad0528ead9bad55b (diff)
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'scripts/src/machine.lua')
-rw-r--r--scripts/src/machine.lua8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/src/machine.lua b/scripts/src/machine.lua
index f3fb66ec615..6e1280ac505 100644
--- a/scripts/src/machine.lua
+++ b/scripts/src/machine.lua
@@ -3814,13 +3814,13 @@ end
---------------------------------------------------
--
---@src/devices/machine/ncr5380n.h,MACHINES["NCR5380N"] = true
+--@src/devices/machine/ncr5380.h,MACHINES["NCR5380"] = true
---------------------------------------------------
-if (MACHINES["NCR5380N"]~=null) then
+if (MACHINES["NCR5380"]~=null) then
files {
- MAME_DIR .. "src/devices/machine/ncr5380n.cpp",
- MAME_DIR .. "src/devices/machine/ncr5380n.h",
+ MAME_DIR .. "src/devices/machine/ncr5380.cpp",
+ MAME_DIR .. "src/devices/machine/ncr5380.h",
}
end