diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index f0c31bec..904abe98 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1239,6 +1239,20 @@ 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; }