Final Burn Neo > FBN Development

FBA port of Nicola's CPS2 decryption code

(1/7) > >>

iq_132:
Here's a quick and dirty port of Nicola's code. 
Also attached is the original file he posted.

BisonSAS:
Fantastic! :cool:

Thank you very much for this code conversion! :biggrin: :biggrin: :biggrin:

James33:
Thanks IQ  , Works well in mame too .

BisonSAS:
I have problem in cps_decrypt.cpp compilation.

In:

--- Code: --- bprintf (PRINT_NORMAL, "%x\n", nCpsCodeLen);
--- End code ---

I replace this:

--- Code: ---// bprintf (PRINT_NORMAL, "%x\n", nCpsCodeLen);
--- End code ---

CPS2 decryption is very slow. :p
XOR's is fast. :idiot:

Thanks again! :biggrin:

DsNo:
I fix like this

In:

--- Code: --- bprintf (PRINT_NORMAL, "%x\n", nCpsCodeLen);

--- End code ---

Replace:

--- Code: --- bprintf (PRINT_NORMAL, _T("%x\n"), nCpsCodeLen);

--- End code ---

Navigation

[0] Message Index

[#] Next page

Go to full version