diff options
author | 2007-12-17 16:39:40 +0000 | |
---|---|---|
committer | 2007-12-17 16:39:40 +0000 | |
commit | df34329a478833efbd542a424ce1813a11214d4a (patch) | |
tree | 97960620a0153b267478c8f9ae93e55582ecaefa /makefile | |
parent | c82a966b3b72d79ac3ce394980d6b5806e752160 (diff) |
Changes for MAME 0.121u3.mame0121u3
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -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 - #------------------------------------------------- |