bsnes/snesreader/zlib
byuu 79b939e1c7 Update to bsnes v065 release.
It's been a while, so here is a new release of bsnes.
Unfortunately I don't have a full changelog this time. Most of the work went into stabilizing libsnes (which is used by the experimental .NET, Cocoa and Python UIs; as well as by Richard Bannister's OS X port).
The Windows binary package now comes with all three variants included: bsnes.exe, the standard version that casual users should run; bsnes-debugger.exe, for SNES programmers and ROM hackers only; and bsnes-accurate.exe, which should not be used by anybody, ever.
In all seriousness, bsnes-accurate.exe is bsnes with the dot-based S-PPU renderer. It's twice as slow as the normal build, and you won't really notice any differences except in Air Strike Patrol. It's there for the curious and for any SNES programmers who want to try making some really awesome video demos.
Changelog:
* OS X port builds once again; now requires gcc44 from Macports
* libsnes API finalized
* fixed a bug with S-CPU debugger breakpoints
* various source cleanup
2010-06-27 12:29:18 +00:00
..
adler32.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
crc32.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
crc32.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inffast.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inffast.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inffixed.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inflate.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inflate.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inftrees.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
inftrees.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
readme.txt Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
zconf.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
zlib.h Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
zlib.txt Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
zutil.c Update to bsnes v065 release. 2010-06-27 12:29:18 +00:00
zutil.h Update to bsnes v065 release. 2010-06-27 12:29:18 +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.