summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/nec/nec.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/cpu/nec/nec.cpp')
-rw-r--r--src/devices/cpu/nec/nec.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/devices/cpu/nec/nec.cpp b/src/devices/cpu/nec/nec.cpp
index 2a9546977c2..b46910bc4d9 100644
--- a/src/devices/cpu/nec/nec.cpp
+++ b/src/devices/cpu/nec/nec.cpp
@@ -107,6 +107,7 @@
#include "emu.h"
#include "nec.h"
#include "necdasm.h"
+
#include "debugger.h"
typedef uint8_t BOOLEAN;
@@ -114,7 +115,7 @@ typedef uint8_t BYTE;
typedef uint16_t WORD;
typedef uint32_t DWORD;
-#include "necpriv.h"
+#include "necpriv.ipp"
DEFINE_DEVICE_TYPE(V20, v20_device, "v20", "NEC V20")
DEFINE_DEVICE_TYPE(V30, v30_device, "v30", "NEC V30")