bsnes/snesreader/zlib
byuu 9ca1e259cb Update to bsnes v064 release.
A thank you to everyone who helped test the RC to ensure stability. I've uploaded the official v064 release to Google Code.
The most important change in this release is the cycle-based PPU renderer; but due to performance reasons the scanline-based renderer remains the default in the Windows binary. If you want to try out the cycle-based renderer, you will need to compile from source for now.
Another major change is the introduction of libsnes, which allows one to build bsnes as a shared library that can be used from other programming languages. It is intended both to create a regression testing framework, and to provide API stability for the various projects that use the bsnes core. While I can't guarantee the API to libsnes won't change, I will properly revision it and do everything I can to avoid changing it if possible.
2010-04-14 15:46:56 +00:00
..
adler32.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
crc32.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
crc32.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inffast.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inffast.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inffixed.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inflate.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inflate.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inftrees.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
inftrees.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
readme.txt Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
zconf.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
zlib.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
zlib.txt Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
zutil.c Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00
zutil.h Update to bsnes v064 release. 2010-04-14 15:46:56 +00:00

readme.txt

This is NOT the complete zlib distribution; it is just a subset of the
source needed by the File_Extractor library. I've made some minor
changes:

* Enabled DYNAMIC_CRC_TABLE in zconf.h, to reduce executable size
slightly.
* Made z_stream_s's msg const char* to eliminate many warnings.

You can remove these sources and link to your own copy of zlib if
desired.