diff options
| author | 2016-11-17 11:33:06 +1100 | |
|---|---|---|
| committer | 2016-11-17 11:33:06 +1100 | |
| commit | aef214ac80e4fddaf2ea67a21f47f17803d9d4a0 (patch) | |
| tree | cae9c2833c6ce5a8f53ec9b3d4a1763eb87efd9d /scripts | |
| parent | 676b63a87907fb8799c9dd537454e28adec860b9 (diff) | |
| parent | d1e67f2c87b9ae4ef6d097cbed6807fcbd9ad31a (diff) | |
Merge pull request #1718 from npwoods/dasmstream_nec
Changed the NEC disassembler to use 'std::ostream &' internally
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/src/cpu.lua | 1 |
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", |
