PDA

View Full Version : new module1


smilingjack
01-10-2009, 07:55 PM
From the coders, sea/ry



case 0x3AC9:
{
BIGNUM *s = BN_new();
BIGNUM *x = BN_new();
BIGNUM *v = BN_new();
BN_rshift(s,D,64);
BN_mask_bits(s,64);
BN_lshift(s,s,64);
BN_copy(x,D);
BN_mask_bits(x,64);
BN_rshift(x,x,16);
BN_copy(v,D);
BN_mask_bits(v,16);
BN_lshift(v,v,48);
BN_copy(D,s);
BN_add(D,D,x);
BN_add(D,D,v);
BN_copy(Z,D);
BN_mask_bits(Z,128);
memset(_z,0,0x10);
}

break;

RZ500Guy
01-10-2009, 08:55 PM
First I would like to thank the coders. I have a couple of questions. Does it matter where I stuff this into the module 1 file(can I just cut and past this in at the bottom of the file)? Do I need to remove any of the old code?

Thanks
RZ500

smilingjack
01-10-2009, 09:35 PM
yes
highlight the old code
and paste this in place of it
save it
.
and run it the DJGPP
post the the cemu.exe file in you FD

noone
01-10-2009, 09:53 PM
isn't it a little bit late to post it? the fix was released by others within hours of the mecm, and it was posted all over the net including this forum http://www.dssftp.com/forum/showthread.php?t=80753 and it originated from my fix which I called "ugly fix" at ET site :)

smilingjack
01-10-2009, 10:18 PM
Your "fix" is posted too.
.
this is the fix from seaboad/ ry

noone
01-11-2009, 04:52 AM
No it is not sea/RY fix. this fix was posted at Card Coders by tom2000 based on my fix, and tom2000 said in his post "thanks noone " I don't know if it is allowed to post links to CC, I will not, but the thread number there is showthread.php?t=6692 in the cemu emulator section. Rygar /seaboard stopped releasing public fixes since over 2 months now, and you should put credit where it belongs, not to other people (I respect them very much, and they taught me so much of what I know in cemu, but this fix is not theirs. 1.3X & 1.9X cemu add (01-08-2009) at 8:41 pm EST

JT
01-11-2009, 05:09 AM
No sweat with posting links to CC here. Thanks for the efforts noone. We do appreciate it.

smilingjack
01-11-2009, 06:51 AM
Seabord18 sent me this one by e-mail (to post)
.
he said the was "dirty fix" posted by noone

Thanks for you fix, ry is slow, post em every time

You know they stoped posting them

noone
01-11-2009, 10:00 PM
I know there was some misunderstanding here, and I apologize if I was harsh with you, I didn't mean it, and I know you are a good guy trying to help the peeps here.
best wishes to you SJ

smilingjack
01-11-2009, 11:12 PM
that OK
keep trying, we need more coder for CEMU