summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/v30mz/v30mz.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-12-18 09:38:12 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-12-18 09:38:12 +0000
commitaa7e2482e287fc9e48b27e17e8d5b458bf6c0a04 (patch)
treeab6ebf7f2625b246d0dfe3e045695ba8131f3e03 /src/emu/cpu/v30mz/v30mz.c
parent785b6a50c63d106f13f550f006952370bf3b410a (diff)
CPU header cleanups....
i86/i286/i386/nec/v30mz: * renamed i86.h -> i86priv.h * renamed i86intrf.h -> i86.h * consolidated i88intrf.h, i186intf.h, i188intf.h, etc into i86.h m6805: * moved memory read/write macros out of public header m37710: * moved memory read/write macros out of public header spc700: * moved many structs/functions/macros out of public header tms32010: * moved memory read/write macros out of public header sm8500: * pointer-ified the core (apparently never had get/set context!) g65816: * moved memory read/write macros out of public header pic16c5x: * moved memory read/write macros out of public header t11: * moved memory read/write macros out of public header
Diffstat (limited to 'src/emu/cpu/v30mz/v30mz.c')
-rw-r--r--src/emu/cpu/v30mz/v30mz.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/cpu/v30mz/v30mz.c b/src/emu/cpu/v30mz/v30mz.c
index 4b044363402..eaac70f42ee 100644
--- a/src/emu/cpu/v30mz/v30mz.c
+++ b/src/emu/cpu/v30mz/v30mz.c
@@ -50,7 +50,7 @@ typedef UINT16 WORD;
typedef UINT32 DWORD;
#include "v30mz.h"
-#include "necintrf.h"
+#include "nec.h"
extern int necv_dasm_one(char *buffer, UINT32 eip, const UINT8 *oprom);