Commit Graph

3 Commits

Author SHA1 Message Date
zeromus 634c4a5e23 realized that unzip.c/.h was not part of standard OS zlib installation, and that is why it was included with fceu... not only that, but it had been modified in the tinest ways. so I added that back in, and moved the zlib source code to the windows driver because in any gcc platform it should already be included
[[Split portion of a mixed commit.]]
2006-07-24 05:19:59 +00:00
zeromus 730c611994 removed unzip.c (I think this was an old bastardized zlib. we should be using uptodate zlib).
added config.c, perhaps a useful concept, or perhaps it wont be worth its own file in the long run. contains an "about" message to be returned from newly-added FCEUI_GetAboutString()
added FCEUD_GetCompilerString() sine I think as little stuff like this as possible should be done through the makefile system, and because it might be helpful to have some info about the driver in there.
removed some version info from the makefiles--this should be done in types.h now

[[Split portion of a mixed commit.]]
2006-07-23 05:29:58 +00:00
zeromus dfd763c100 initial checkin of tasbuild
[[Split portion of a mixed commit.]]
2006-07-18 02:53:36 +00:00