FCEUX, a NES Emulator
Go to file
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
attic discovered that soundexp.cpp and fceustr.cpp are obsolete 2006-07-23 22:56:18 +00:00
boards fixed more compile errors. added sexyal (used by sdl driver). added a mingw32 configure script. commented out unix-netplay.o from sdl makefile because it had many compile errors and was making me angry 2006-07-24 01:07:25 +00:00
drivers 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 2006-07-24 05:19:59 +00:00
fir - build structure for *nix... using the old automake stuff 2006-07-23 03:47:20 +00:00
input changed much more stuff to cpp. some makefile is still referencing cart.c though... can't find it. 2006-07-23 23:30:39 +00:00
mappers changed much more stuff to cpp. some makefile is still referencing cart.c though... can't find it. 2006-07-23 23:30:39 +00:00
palettes initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
.gitignore initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
Makefile.am discovered that soundexp.cpp and fceustr.cpp are obsolete 2006-07-23 22:56:18 +00:00
cart.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
cart.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
cheat.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
cheat.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
conddebug.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
conddebug.h began merging XD stuff 2006-07-19 05:57:00 +00:00
config.cpp left out an include 2006-07-23 23:50:33 +00:00
config.h removed unzip.c (I think this was an old bastardized zlib. we should be using uptodate zlib). 2006-07-23 05:29:58 +00:00
crc32.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
crc32.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
debug.cpp more debugging cleanups 2006-07-24 04:58:44 +00:00
debug.h more debugging cleanups 2006-07-24 04:58:44 +00:00
drawing.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
driver.h 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 2006-07-24 05:19:59 +00:00
endian.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
endian.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
fceu.cpp 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 2006-07-24 05:19:59 +00:00
fceu.h removed unzip.c (I think this was an old bastardized zlib. we should be using uptodate zlib). 2006-07-23 05:29:58 +00:00
fcoeffs.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
fds.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
fds.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
file.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
file.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
filter.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
filter.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
general.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
general.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
git.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
ines-bad.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
ines-correct.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
ines.cpp removed unzip.c (I think this was an old bastardized zlib. we should be using uptodate zlib). 2006-07-23 05:29:58 +00:00
ines.h finally all code integrated and compiling? 2006-07-20 02:02:10 +00:00
input.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
input.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
md5.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
md5.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
memory.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
memory.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
memview.h began merging XD stuff 2006-07-19 05:57:00 +00:00
movie.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
movie.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
netplay.cpp straightened out a situation with alloca 2006-07-24 00:26:07 +00:00
netplay.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
nsf.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
nsf.h began merging XD stuff 2006-07-19 05:57:00 +00:00
ntview.h nope, missed some code. but this should be the last of it 2006-07-20 02:21:13 +00:00
ops.inc cleaned out cpu code, renamed some include files to .inc 2006-07-24 04:22:03 +00:00
palette.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
palette.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
ppu.cpp slowly removing windows-specific code from the emu core code. making some messes and cleaning some others. 2006-07-24 04:18:46 +00:00
ppu.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
pputile.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
ppuview.h fixing ntview and ppuview 2006-07-20 02:52:40 +00:00
sound.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
sound.h ...etc... 2006-07-18 06:35:48 +00:00
state.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
state.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
types.h straightened out a situation with alloca 2006-07-24 00:26:07 +00:00
unif.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
unif.h ...etc... 2006-07-18 06:35:48 +00:00
unzip.c 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 2006-07-24 05:19:59 +00:00
unzip.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
video.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
video.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
vsuni.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
vsuni.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
wave.cpp straightened out a situation with alloca 2006-07-24 00:26:07 +00:00
wave.h initial checkin of tasbuild 2006-07-18 02:53:36 +00:00
x6502.cpp 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 2006-07-24 05:19:59 +00:00
x6502.h slowly removing windows-specific code from the emu core code. making some messes and cleaning some others. 2006-07-24 04:18:46 +00:00
x6502struct.h first batch of changes 2006-07-18 03:58:09 +00:00
xstring.cpp renamed to cpp 2006-07-23 05:46:37 +00:00
xstring.h first batch of changes 2006-07-18 03:58:09 +00:00