summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/raiden2.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/raiden2.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/raiden2.c')
-rw-r--r--src/mame/drivers/raiden2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c
index ca2457a55dc..408c8ec2475 100644
--- a/src/mame/drivers/raiden2.c
+++ b/src/mame/drivers/raiden2.c
@@ -136,7 +136,7 @@ Current Problem(s) - in order of priority
*/
#include "driver.h"
-#include "cpu/nec/necintrf.h"
+#include "cpu/nec/nec.h"
#include "cpu/z80/z80.h"
#include "audio/seibu.h"
#include "machine/eeprom.h"