View Full Version : CEMU 1.3.40ry as of 11-22-07 WORKS!
smilingjack
11-23-2007, 03:32 AM
CEMU 1.3.40ry as of 11-22-07 WORKS!
Get all the channels PPV & Pron
Works on publc informantion
In the files shop
http://bellexpress.vu/forum/local_links.php?catid=64
I am using it right now
smilingjack
11-23-2007, 05:25 AM
Replace your cemu.exe with this one. No other changes needed.
Credit for the code goes to Ry.
change cmd07.c in the algo selection to look like this:
if(algo==0x40) {
#include "module0.inc"
}
else if(algo==0x60) {
#include "module1.inc"
}
else {
printf("nagra2: unknown MECM algo %02x\n",algo);
return 0;
}
create a file called module1.inc with only the following content:
{
}
create a file called module0.inc with the following content:
{ // module 0 dish 20071121
int i, cnt=8;
unsigned char *ba2=hw;
unsigned char A, Y=0;
for (i=0;i<0x80;i++) {
A=ba2[i];
switch (A) {
case 0x00 ... 0x1f:
Y=(Y*Y)>>8;
cnt+=48;
break;
case 0x20 ... 0x3f:
Y=(Y<<4)|(Y>>4);
cnt+=42;
break;
case 0x40 ... 0x5f:
Y-=A;
cnt+=54;
break;
case 0x60 ... 0x7f:
Y=(~Y)+1;
cnt+=52;
break;
case 0x80 ... 0x9f:
Y++;
cnt+=57;
break;
case 0xA0 ... 0xbf:
Y<<=1;
cnt+=62;
break;
case 0xC0 ... 0xdf:
Y^=A;
cnt+=74;
break;
case 0xE0 ... 0xff:
Y+=0x69;
cnt+=74;
break;
}
ba2[i]=Y;
}
ba2[0]=(0x100-((cnt>>2)%0x101)) &0xFC;
}
here is seaboad19 cemu to go with the new files
http://bellexpress.vu/forum/local_links.php?catid=64
seaboard18
11-23-2007, 06:27 AM
For those of you that has the last version of cemu V 1.3.40ry, all you need to do is replace the cemu.exe. That is all that is needed to get your floppy back up and working.
Thank you once again Seaboard. Very nice work yet again.
I ran into a stupid problem setting the time zone with this new version of Cemu. You will have to change the values in the .ini files as well as the dish.bin to get the right time zone unless your in the mountain time zone.
smilingjack
11-24-2007, 01:22 AM
I have central time,
I just put in the CEMU file
It stay that same time zone
mine was dish.bin set already
seaboard18
11-24-2007, 04:10 AM
Thank you once again Seaboard. Very nice work yet again.
I ran into a stupid problem setting the time zone with this new version of Cemu. You will have to change the values in the .ini files as well as the dish.bin to get the right time zone unless your in the mountain time zone.
Really... I thought I made a change to that version at some point for automatic time zone. Try this... In the cemu ini where it allows you to set the time zone, just disable it and let me know if it adjust to the correct time. It should use your zip code to decide what time zone you are in.
# Choose a good Time Zone work with Zip Code and DayLight - Works with Rom10to102
#tz eastern
Best,
Sea
I didn't try disabling the feature, but I did change the typed out time zone AND the zip code. Perhaps changing only the zip code would have worked. Either way, it's an easy fix. I am using the dynamic time zone byte if that helps you at all seaboard.
I might mess with it a bit more just to figure out what was causing the issue. Perhaps putting a ; in front of the time zone and zip code will force the program to rely strictly on the dish.bin for that info? Like I said, either way, it's an easy fix.
felix the cat
11-24-2007, 10:31 AM
For those of you that has the last version of cemu V 1.3.40ry, all you need to do is replace the cemu.exe. That is all that is needed to get your floppy back up and working.
THANK YOU ! Seaboard for the info.
Worked with public, and prvt #'s
Your the man!!! :D
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.