summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/deadang.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/mame/drivers/deadang.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/mame/drivers/deadang.c')
-rw-r--r--src/mame/drivers/deadang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/deadang.c b/src/mame/drivers/deadang.c
index 2760bd1e36e..3393705172b 100644
--- a/src/mame/drivers/deadang.c
+++ b/src/mame/drivers/deadang.c
@@ -37,7 +37,7 @@ Dip locations and factory settings verified with US manual
*/
#include "driver.h"
-#include "cpu/nec/necintrf.h"
+#include "cpu/nec/nec.h"
#include "deprecat.h"
#include "audio/seibu.h"
#include "sound/2203intf.h"