summaryrefslogtreecommitdiffstatshomepage
path: root/scripts
diff options
context:
space:
mode:
author Nathan Woods <npwoods@mess.org>2016-11-16 08:07:33 -0500
committer Nathan Woods <npwoods@mess.org>2016-11-16 08:07:33 -0500
commitdc4086847a8aa57a3cbf8271c9692e664d213d28 (patch)
tree5c98878497ed507f0cc754fc1e9072fee5df154f /scripts
parent0d17e0ff72d55673186df40fa757383a7d3042fb (diff)
Put necv_dasm_one() into a header file
Diffstat (limited to 'scripts')
-rw-r--r--scripts/src/cpu.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/src/cpu.lua b/scripts/src/cpu.lua
index c9639d1d7a1..126d28ed524 100644
--- a/scripts/src/cpu.lua
+++ b/scripts/src/cpu.lua
@@ -1515,6 +1515,7 @@ if (CPUS["NEC"]~=null) then
files {
MAME_DIR .. "src/devices/cpu/nec/nec.cpp",
MAME_DIR .. "src/devices/cpu/nec/nec.h",
+ MAME_DIR .. "src/devices/cpu/nec/nec_common.h",
MAME_DIR .. "src/devices/cpu/nec/necea.h",
MAME_DIR .. "src/devices/cpu/nec/necinstr.h",
MAME_DIR .. "src/devices/cpu/nec/necinstr.hxx",