Put back in FF3 hack :(
This commit is contained in:
@@ -974,6 +974,16 @@ void headerhack()
|
|||||||
//Okaaay...
|
//Okaaay...
|
||||||
if(DSP1Type) { disablehdma = true; }
|
if(DSP1Type) { disablehdma = true; }
|
||||||
|
|
||||||
|
//Final Fantasy 3 (extent unknown!)
|
||||||
|
if (romdata[0x26AC] == 0xF00F2908)
|
||||||
|
{
|
||||||
|
//asm volatile("int $3");
|
||||||
|
opexec268 = 163;
|
||||||
|
opexec358 = 157;
|
||||||
|
opexec268cph = 39;
|
||||||
|
opexec358cph = 39;
|
||||||
|
}
|
||||||
|
|
||||||
//Earthworm Jim 2 (all regions?)
|
//Earthworm Jim 2 (all regions?)
|
||||||
if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20))
|
if (!strncmp((RomData+Lo),"EARTHWORM JIM 2 " ,20))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user