summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/z8
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/z8')
-rw-r--r--src/devices/cpu/z8/z8.cpp2
-rw-r--r--src/devices/cpu/z8/z8ops.hxx (renamed from src/devices/cpu/z8/z8ops.inc)0
2 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/cpu/z8/z8.cpp b/src/devices/cpu/z8/z8.cpp
index ad8b79f8ba5..53aecb48b1b 100644
--- a/src/devices/cpu/z8/z8.cpp
+++ b/src/devices/cpu/z8/z8.cpp
@@ -541,7 +541,7 @@ INSTRUCTION( illegal )
logerror("Z8: PC = %04x, Illegal opcode = %02x\n", m_pc - 1, opcode);
}
-#include "z8ops.inc"
+#include "z8ops.hxx"
/***************************************************************************
OPCODE TABLES
diff --git a/src/devices/cpu/z8/z8ops.inc b/src/devices/cpu/z8/z8ops.hxx
index 4c522791b8e..4c522791b8e 100644
--- a/src/devices/cpu/z8/z8ops.inc
+++ b/src/devices/cpu/z8/z8ops.hxx