From 9ed22e5909028b5668bc22ae640cb5b7cc4d7788 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 15 Jul 2004 21:48:30 +0000 Subject: [PATCH] Tuff E Nuff fixed now --- zsnes/src/initc.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index 904abe98..f0c31bec 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1239,20 +1239,6 @@ void headerhack() cycpblt = 145; } - //Tuff E Nuff (U/E), Dead Dance (J), - //Cyber Knight II - Tikyu Teikoku no Yabou (J) - if (!strncmp((RomData+Lo),"CYBER KNIGHT 2 " ,16) || - !strncmp((RomData+Lo),"DEAD", 4) || - !strncmp((RomData+Lo),"TUFF", 4)) - { - cycpb268 = 75; - cycpb358 = 77; - cycpbl2 = 75; - cycpblt2 = 75; - cycpbl = 75; - cycpblt = 75; - } - //Okaaay... if(DSP1Type) { disablehdma = true; }