Go to file
Aaron Giles a910dafd37 From: Atari Ace [mailto:atari_ace@verizon.net]
Subject: [patch] Small deprecat.h related cleanup

Hi mamedev,

While doing some work on eliminating some uses of deprecat.h, I came
across a few files that didn't have it that used deprecated features.
A little investigation revealed they were getting it through
debugger.h, typically by referencing m68000.h.  Since deprecat.h is
intended to document the files that need updating (otherwise it would
just be included in a common header), I reworked debugger.h to not
import it when the debugger is not enabled, and fixed the files that
broke as a result.

~aa
2008-05-01 13:52:28 +00:00
docs Cleanups on the doc files. 2008-02-13 16:55:14 +00:00
src From: Atari Ace [mailto:atari_ace@verizon.net] 2008-05-01 13:52:28 +00:00
.gitattributes AY-3-8910 rewrite: 2008-04-22 21:58:36 +00:00
makefile From: Marc Sandusky 2008-04-02 08:28:58 +00:00