mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
![]() 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 |
||
---|---|---|
docs | ||
src | ||
.gitattributes | ||
makefile |