summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/nec
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/cpu/nec')
-rw-r--r--src/emu/cpu/nec/nec.c2
-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.c4
-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