From 3fe6cf68a9508f7622444e73626086f5f0133dff Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 15 Jul 2004 21:49:10 +0000 Subject: [PATCH] Rollback --- zsnes/src/initc.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; }