summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/tms32031
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-04-24 06:15:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-04-24 06:15:00 +0000
commit6a955fc076b56752bd5922df082bc05a98ca1bac (patch)
tree7f02ad03fbba115a5076589c110c745f264a40f5 /src/emu/cpu/tms32031
parent737ff539301408ff336f32fbb653ede921d595ac (diff)
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
Diffstat (limited to 'src/emu/cpu/tms32031')
-rw-r--r--src/emu/cpu/tms32031/tms32031.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/tms32031/tms32031.c b/src/emu/cpu/tms32031/tms32031.c
index dca1be5fa75..78d08f22481 100644
--- a/src/emu/cpu/tms32031/tms32031.c
+++ b/src/emu/cpu/tms32031/tms32031.c
@@ -7,7 +7,6 @@
***************************************************************************/
#include "debugger.h"
-#include "deprecat.h"
#include "tms32031.h"
#include "eminline.h"