diff options
author | 2014-03-19 20:38:22 +0000 | |
---|---|---|
committer | 2014-03-19 20:38:22 +0000 | |
commit | 07aef171d16f0902cb46c446888bfa6973048e32 (patch) | |
tree | 02975b0d22efd3bdca16f3c86f3182f60966f99d /src/emu/cpu/nec | |
parent | c82b66d4f451fc64ea4a302bf7c424be782278e1 (diff) |
more *.c -> *.inc renaming / added some missing dependencies in cpu.mak (nw)
Diffstat (limited to 'src/emu/cpu/nec')
-rw-r--r-- | src/emu/cpu/nec/nec.c | 2 | ||||
-rw-r--r-- | src/emu/cpu/nec/necinstr.inc (renamed from src/emu/cpu/nec/necinstr.c) | 0 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25.c | 4 | ||||
-rw-r--r-- | src/emu/cpu/nec/v25instr.inc (renamed from src/emu/cpu/nec/v25instr.c) | 0 |
4 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/cpu/nec/nec.c b/src/emu/cpu/nec/nec.c index a237f9c6bd2..5b4bc9f7615 100644 --- a/src/emu/cpu/nec/nec.c +++ b/src/emu/cpu/nec/nec.c @@ -305,7 +305,7 @@ void nec_common_device::external_int() /* OPCODES */ /****************************************************************************/ -#include "necinstr.c" +#include "necinstr.inc" /*****************************************************************************/ diff --git a/src/emu/cpu/nec/necinstr.c b/src/emu/cpu/nec/necinstr.inc index 95d7a1795f6..95d7a1795f6 100644 --- a/src/emu/cpu/nec/necinstr.c +++ b/src/emu/cpu/nec/necinstr.inc diff --git a/src/emu/cpu/nec/v25.c b/src/emu/cpu/nec/v25.c index 7024db9483d..09534c33033 100644 --- a/src/emu/cpu/nec/v25.c +++ b/src/emu/cpu/nec/v25.c @@ -360,8 +360,8 @@ void v25_common_device::external_int() /* OPCODES */ /****************************************************************************/ -#include "necinstr.c" -#include "v25instr.c" +#include "necinstr.inc" +#include "v25instr.inc" /*****************************************************************************/ diff --git a/src/emu/cpu/nec/v25instr.c b/src/emu/cpu/nec/v25instr.inc index 77dd415eee0..77dd415eee0 100644 --- a/src/emu/cpu/nec/v25instr.c +++ b/src/emu/cpu/nec/v25instr.inc |