summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/fantland.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/fantland.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/fantland.c')
-rw-r--r--src/mame/drivers/fantland.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mame/drivers/fantland.c b/src/mame/drivers/fantland.c
index e1317ca66cd..479e4c4ebd1 100644
--- a/src/mame/drivers/fantland.c
+++ b/src/mame/drivers/fantland.c
@@ -45,9 +45,9 @@ Year + Game Main CPU Sound CPU Sound Video
#include "driver.h"
#include "cpu/z80/z80.h"
-#include "cpu/nec/necintrf.h"
-#include "cpu/i86/i88intf.h"
-#include "cpu/i86/i86intf.h"
+#include "cpu/nec/nec.h"
+#include "cpu/i86/i86.h"
+#include "cpu/i86/i86.h"
#include "sound/2151intf.h"
#include "sound/3812intf.h"
#include "sound/dac.h"