summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/cpu/m6502/m65ce02.c
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2008-12-07 14:51:36 +0000
committer Aaron Giles <aaron@aarongiles.com>2008-12-07 14:51:36 +0000
commit872ec206586ef24d68f6f731e065ece6a2f5668d (patch)
tree14bbec9d12b5184b85aca6758c3269bdc326d6b1 /src/emu/cpu/m6502/m65ce02.c
parent96321d328f4395119dbcf2f7ff228916f09a5542 (diff)
From: Atari Ace [mailto:atari_ace@verizon.net]
Sent: Saturday, December 06, 2008 4:52 PM To: submit@mamedev.org Cc: atariace@hotmail.com Subject: [patch] Deprecat.h cleanup Hi mamedev, This patch changes some global Machine references to use machine, device->machine, ... instead, and removes any unneeded #include "deprecat.h" lines as well (about 10% of them in fact). It was generated using the attached script, and then reverting some cases where it was overzealous. ~aa
Diffstat (limited to 'src/emu/cpu/m6502/m65ce02.c')
-rw-r--r--src/emu/cpu/m6502/m65ce02.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/emu/cpu/m6502/m65ce02.c b/src/emu/cpu/m6502/m65ce02.c
index 7b9dbfb6666..436f2af8b69 100644
--- a/src/emu/cpu/m6502/m65ce02.c
+++ b/src/emu/cpu/m6502/m65ce02.c
@@ -38,7 +38,6 @@
*/
#include "debugger.h"
-#include "deprecat.h"
#include "m65ce02.h"
#include "mincce02.h"