summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/mame.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2009-07-09 08:03:31 +0000
committer Aaron Giles <aaron@aarongiles.com>2009-07-09 08:03:31 +0000
commit7af2304c8138b3c9598710af73c98020f234797a (patch)
tree9bd0a27b762b3cbd693d362ee678b29a57c4a941 /src/emu/mame.h
parent5201d52344024ddc2f3288cf090b9a6ee37bc342 (diff)
Removed PREDECODE_GFX compile flag, as the on-the-fly decoding seems
to be working reliably. Deprecated the ROMREGION_DISPOSE flag, as 98% of the use of it no longer is applicable with on-the-fly decoding, and the remaining cases are difficult to identify among the others.
Diffstat (limited to 'src/emu/mame.h')
-rw-r--r--src/emu/mame.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/emu/mame.h b/src/emu/mame.h
index fd258527923..d698b6788c7 100644
--- a/src/emu/mame.h
+++ b/src/emu/mame.h
@@ -27,11 +27,6 @@
#endif /* MESS */
-// temporary: set this to 1 to pre-decode graphics like we used to
-#define PREDECODE_GFX (0)
-
-
-
/***************************************************************************
CONSTANTS
***************************************************************************/