summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2007-12-17 16:39:40 +0000
committer Aaron Giles <aaron@aarongiles.com>2007-12-17 16:39:40 +0000
commitdf34329a478833efbd542a424ce1813a11214d4a (patch)
tree97960620a0153b267478c8f9ae93e55582ecaefa /makefile
parentc82a966b3b72d79ac3ce394980d6b5806e752160 (diff)
Changes for MAME 0.121u3.mame0121u3
Diffstat (limited to 'makefile')
-rw-r--r--makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/makefile b/makefile
index 96f25af4107..fff99618e4d 100644
--- a/makefile
+++ b/makefile
@@ -105,9 +105,6 @@ X86_MIPS3_DRC = 1
# uncomment next line to use DRC PowerPC engine
X86_PPC_DRC = 1
-# uncomment next line to use DRC Voodoo rasterizers
-# X86_VOODOO_DRC = 1
-
#-------------------------------------------------
@@ -272,11 +269,6 @@ ifdef PROFILER
DEFS += -DMAME_PROFILER
endif
-# define VOODOO_DRC if we are building the DRC Voodoo engine
-ifdef X86_VOODOO_DRC
-DEFS += -DVOODOO_DRC
-endif
-
#-------------------------------------------------