Page 4 of 4

NES Compression Formats that could be ported to the Genesis

Posted: Thu Jun 26, 2014 2:04 am
by walker7
Here is a site with ways to compress NES graphics:
http://wiki.nesdev.com/w/index.php/Tile_compression

How about trying to port these over to the Sega Genesis? All these different formats are one of the reasons why I like the concept of tile compression on the NES and Sega Genesis.

Posted: Thu Jun 26, 2014 8:15 am
by Stef
These are very simple RLE compression format.
SGDK already include some RLE graphics compression (more suited for 4bpp graphics) and even some more elaborated ones. The problem is that unpacking code is not yet optimized...

Posted: Sun Aug 24, 2014 2:02 pm
by Paul Jensen
Digital Pictures used a few different forms of compression in their games for the Sega CD and 32X that could be useful.

Descriptions (including some of my own 8) ) can be found at this page on MultimediaWiki.