summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/cpu.lua
diff options
context:
space:
mode:
author Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-01 11:45:20 +0700
committer Patrick Mackinlay <pmackinlay@hotmail.com>2018-11-01 11:47:28 +0700
commit8740d148c169dccb3a284917f17670bae4877fe1 (patch)
tree962498f723d987483387ce74900d0859221274c8 /scripts/src/cpu.lua
parent0bb396ae6f5ca1e5b7fba19ffb0aa590871ebe60 (diff)
v53: final tidy (nw)
* changed copyright holder due to near-complete replacement * name changed to v5x which better reflects actual use * minor comment cleanup
Diffstat (limited to 'scripts/src/cpu.lua')
-rw-r--r--scripts/src/cpu.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index 846e1bad71c..b4b06d5330f 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -1746,7 +1746,7 @@ end
-- NEC V-series Intel-compatible
--@src/devices/cpu/nec/nec.h,CPUS["NEC"] = true
--@src/devices/cpu/nec/v25.h,CPUS["NEC"] = true
---@src/devices/cpu/nec/v53.h,CPUS["NEC"] = true
+--@src/devices/cpu/nec/v5x.h,CPUS["NEC"] = true
--@src/devices/cpu/v30mz/v30mz.h,CPUS["V30MZ"] = true
--------------------------------------------------
@@ -1766,8 +1766,8 @@ if (CPUS["NEC"]~=null) then
MAME_DIR .. "src/devices/cpu/nec/v25.cpp",
MAME_DIR .. "src/devices/cpu/nec/v25.h",
MAME_DIR .. "src/devices/cpu/nec/v25sfr.cpp",
- MAME_DIR .. "src/devices/cpu/nec/v53.cpp",
- MAME_DIR .. "src/devices/cpu/nec/v53.h",
+ MAME_DIR .. "src/devices/cpu/nec/v5x.cpp",
+ MAME_DIR .. "src/devices/cpu/nec/v5x.h",
}
end