From e2ae5c7fa3248c2d4a204b298b0bf736e8f991f9 Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Wed, 17 Dec 2008 05:52:10 +0000 Subject: From: Atari Ace [atari_ace@verizon.net] Sent: Tuesday, December 16, 2008 12:20 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Migrate CPU defines to cpu header files Hi mamedev, This patch migrates all the CPU definitions into the cpu header files. The #defines and CPU_GET_INFO declarations were added by hand to the cpu cores in the first patch, plus a few partly related fixes to the non-DRC cores. The second patch was produced by the attached script which inserts all needed #includes, except for two that were added by hand in the first patch. The first patch also removed an extra define of N2A03_DEFAULTCLOCK that would have caused problems with the second patch. ~aa --- src/mame/drivers/fcombat.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mame/drivers/fcombat.c') diff --git a/src/mame/drivers/fcombat.c b/src/mame/drivers/fcombat.c index 790982babda..6530191750e 100644 --- a/src/mame/drivers/fcombat.c +++ b/src/mame/drivers/fcombat.c @@ -29,6 +29,7 @@ inputs + notes by stephh */ #include "driver.h" +#include "cpu/z80/z80.h" #include "sound/ay8910.h" -- cgit v1.2.3