Now build on x64 platform, still need lots of rework...

This commit is contained in:
Godzil
2019-09-02 16:02:03 +01:00
parent 56b69d2281
commit 0219258ee9
31 changed files with 310 additions and 1771 deletions

View File

@@ -75,6 +75,7 @@ void ws_patchRom(void)
fprintf(log_get(),"developper Id: 0x%.2x\nGame Id: 0x%.2x\n",rom[romSize-10],rom[romSize-8]);
/*
if((rom[romSize-10]==0x01)&&(rom[romSize-8]==0x27)) // Detective Conan
{
// WS cpu is using cache/pipeline or
@@ -87,7 +88,7 @@ void ws_patchRom(void)
rom[0xfffeb]=0x00;
rom[0xfffec]=0x20;
}
}*/
if (!ws_cyclesByLine) ws_cyclesByLine=256;
}