From abe78d23b79fdb941aec5c364e7b04b48e719257 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Mon, 6 Feb 2006 20:47:46 +0000 Subject: [PATCH] Final Fantasy 3 hack removed for the time being, don't seem to need it anymore --- zsnes/src/initc.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/zsnes/src/initc.c b/zsnes/src/initc.c index ececb2cb..75fe1c6f 100755 --- a/zsnes/src/initc.c +++ b/zsnes/src/initc.c @@ -1633,6 +1633,7 @@ void headerhack() //Okaaay... if(DSP1Type) { disablehdma = true; } +/* //Final Fantasy 3u/6j (extent unknown!) if ((romdata[0x26AC] == 0xF00F2908) || !strncmp((RomData+Hi),"FINAL FANTASY 6" ,15)) { @@ -1642,6 +1643,7 @@ void headerhack() opexec268cph = 39; opexec358cph = 39; } +*/ //Earthworm Jim 2 (all regions?) if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20))