Where is the LZ-NES NES CHR compressor? (by Tokumaru)

Discuss technical or other issues relating to programming the Nintendo Entertainment System, Famicom, or compatible systems.

Moderator: Moderators

Post Reply
User avatar
Hamtaro126
Posts: 786
Joined: Thu Jan 19, 2006 5:08 pm

Where is the LZ-NES NES CHR compressor? (by Tokumaru)

Post by Hamtaro126 »

I needed the certain program because I have to use it. But couldn't find it.

The reason is Tokumaru's only link to the program is dead. Because it uses a
site that deletes certain files during a period of time (30 days?). And that can explain why I hate these type of download sites!

(If you are reading this, Tokumaru, Please reupload it in a trustful server, Not those crappy ones that constantly delete download links after a certain time.)
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

Uh! Sorry man, I even forgot to answer your message. My bad. I'll look for it now and will upload again ASAP, wait just a second.

EDIT: This link seems to be working fine. I changed the extension to JPG because that crappy host won't take ZIP files, so you have to right-click the link and select "Save target/link as", and then change the extension back to ZIP.
User avatar
Hamtaro126
Posts: 786
Joined: Thu Jan 19, 2006 5:08 pm

Post by Hamtaro126 »

tokumaru wrote:Uh! Sorry man, I even forgot to answer your message. My bad. I'll look for it now and will upload again ASAP, wait just a second.

EDIT: This link seems to be working fine. I changed the extension to JPG because that crappy host won't take ZIP files, so you have to right-click the link and select "Save target/link as", and then change the extension back to ZIP.
Thanks!
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Post by Bregalad »

Also, I've made myself a NES huffman compressor and decompressor this weekend. It's SRAM based, I shall post it here someday when I'll polish my work more.
User avatar
Hamtaro126
Posts: 786
Joined: Thu Jan 19, 2006 5:08 pm

Post by Hamtaro126 »

Bregalad wrote:Also, I've made myself a NES huffman compressor and decompressor this weekend. It's SRAM based, I shall post it here someday when I'll polish my work more.
Is it done yet?
User avatar
BMF54123
Posts: 410
Joined: Mon Aug 28, 2006 2:52 am
Contact:

Post by BMF54123 »

It's only been 6 days!
User avatar
Bregalad
Posts: 8036
Joined: Fri Nov 12, 2004 2:49 pm
Location: Caen, France

Post by Bregalad »

Oh okay, since people actually care about it I'll make a public web page about it. It should be done in a few days then if I don't forget doing it when coming back from scool.
bunnyboy
Posts: 449
Joined: Thu Oct 27, 2005 1:44 pm
Location: CA
Contact:

Post by bunnyboy »

Just got the lzss code working, great job! Compressor scripts are well done and the asm is very easy to integrate into existing projects.
User avatar
tokumaru
Posts: 12106
Joined: Sat Feb 12, 2005 9:43 pm
Location: Rio de Janeiro - Brazil

Post by tokumaru »

Thanks! Just want to remind everyone that this is not any sort of public release, I was just sharing my private tests. If anyone finds any use for this, great, but I haven't even documented anything (I can't even remember how the data is encoded without looking at the decompressor), so it's not really a solid library or anything like that.

Since data compression is a topic that really interests me, I might work on it some more in the future, improving the compression ratio if possible. I'll let everyone know.
Post Reply