From 6a955fc076b56752bd5922df082bc05a98ca1bac Mon Sep 17 00:00:00 2001 From: Aaron Giles Date: Thu, 24 Apr 2008 06:15:00 +0000 Subject: From: Atari Ace [mailto:atari_ace@verizon.net] Subject: [patch] Remove more Machine globals, #include "deprecat.h" Hi mamedev, The attached patch goes through and converts a number of Machine globals to machine locals, and then removes #include "deprecat.h" if appropriate. The script that generated it is included, since the patch itself is rather large and would have been time consuming to produce otherwise. The script doesn't convert cases of Machine that aren't in common macros. I'll try to tackle those later if someone doesn't beat me to it. ~aa --- src/emu/cpu/konami/konami.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/emu/cpu/konami') diff --git a/src/emu/cpu/konami/konami.c b/src/emu/cpu/konami/konami.c index d2fd7c87e4f..b4460fa5054 100644 --- a/src/emu/cpu/konami/konami.c +++ b/src/emu/cpu/konami/konami.c @@ -35,7 +35,6 @@ *****************************************************************************/ #include "debugger.h" -#include "deprecat.h" #include "konami.h" #define VERBOSE 0 -- cgit v1.2.3-70-g09d2