Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Compressor and decompressor for the Nemesis file format.

License

NotificationsYou must be signed in to change notification settings

Clownacy/clownnemesis

Repository files navigation

A compressor and decompressor for the Nemesis format.

A description of the Nemesis format can be found here:https://segaretro.org/Nemesis_compression.

The compressor implements two prefix-code generation algorithms: Shannon-Fanoand Huffman. Huffman produces the smallest files, while Shannon-Fano producesidentical results to Sega's compressor.

Both an executable and library are provided. Both are written in ANSI C (C89).

To build this, use CMake.


[8]ページ先頭

©2009-2025 Movatter.jp