Thread: [Tuxnes-devel] CVS commit log for Tuxnes
Brought to you by:
tmmm
From: Mike M. <ch...@us...> - 2004-02-20 02:51:44
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32041 Modified Files: renderer.c Log Message: Segfaulting renderers fixed. |
From: Mike M. <ch...@us...> - 2004-02-20 03:17:58
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3841 Modified Files: configure.ac emulator_c.h emulator_c_iface.h types.h Log Message: Autoconf checks for integer types: Jason Dorje Short |
From: Mike M. <ch...@us...> - 2004-02-20 19:51:19
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24224 Modified Files: configure.ac controller.c Log Message: AC_CHECK_TYPES can't span multiple lines, fixed: Jason Dorje Short |
From: Mike M. <ch...@us...> - 2004-02-21 18:42:54
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13066 Modified Files: defines.h globals.h io.c Log Message: Removed VRAM vram define and users. |
From: Mike M. <ch...@us...> - 2004-02-21 22:16:52
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22717 Modified Files: controller.c renderer_x11.c Log Message: HAVE_X_LIBS -> HAVE_X, and removed useless fork. |
From: Mike M. <ch...@us...> - 2004-02-22 01:42:15
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27583 Modified Files: emu.c emulator.c emulator.h emulator_c_iface.c emulator_x86.c emulator_x86.h emulator_x86_asm.S emulator_x86_dynrec.c globals.h mapper.c Log Message: A days work on x86 core. includes lots of small changes, renaming, and white space. expected to break things, but nothing obvious. x86 core does not crash or work, now. |
From: Mike M. <ch...@us...> - 2004-03-16 00:52:01
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18978 Modified Files: Makefile.am Log Message: This patch changes tuxnes_SOURCES to include all the sources for tuxnes. This allows "make dist" to generate a tarball that includes all the files. Yay! "Jason Dorje Short" |
From: Mike M. <ch...@us...> - 2004-03-16 01:02:05
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20993 Modified Files: configure.ac emulator_c.h renderer.h renderer_util.c types.h Log Message: gettimeofday() is not present on all systems. (One such system is win32.) When it's not present we should be able to use ftime(). This is an obsolete POSIX function. (It doesn't matter that it's obsolete, since we're doing a configure check for it.) This patch makes the change. After the change we can no longer use the timeval struct; we have to track seconds and useconds manually. It would probably be quite a bit easier to do this in one variable by tracking the seconds as a double. This may not be perfectly accurate, but is probably more accurate than what we do now (which is itself very accurate). "Jason Dorje Short" |
From: Mike M. <ch...@us...> - 2004-05-08 02:07:31
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22124 Modified Files: types.h Log Message: Missing semicolon. |
From: Mike M. <ch...@us...> - 2004-05-10 14:11:07
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30463 Modified Files: emulator_x86_asm.S Log Message: First round of cleanups. - nasty preproc code emulator_x86_asm.S, normalized. defines.h dose not need to be bothered with x86 memory layouts. - removed weird-ass embedded open comments in emulator_x86_asm.S e.g. "/* /* */ " |
From: Mike M. <ch...@us...> - 2004-05-10 15:01:07
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9999 Modified Files: emulator_x86.c emulator_x86_asm.S emulator_x86_dynrec.c Log Message: "Rigel Freden" <ri...@po...> I found the x86 core was broken due to next_code_alloc in function translate being erroneously assigned to a constant value. - fixed memory allocation/deallocation in InitMemoryX86 and FreeMemoryX86; specifically fixed issue w/ ROM mem persisting |
From: Mike M. <ch...@us...> - 2004-05-10 15:19:32
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14715 Modified Files: emu.c Log Message: Make x86 default core, where avalible. |
From: Mike M. <ch...@us...> - 2004-05-10 19:26:10
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12816 Modified Files: Makefile.am configure.ac emu.c Log Message: Jason Dorje Short: zlib fix. |
From: Mike M. <ch...@us...> - 2004-05-11 08:19:42
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26819 Modified Files: controller.c globals.h renderer.h renderer_x11.c Log Message: Jason Dorje Short: Some systems have a function called _sleep. Naming a variable this is an awful idea. _sleep -> renderer_data.pause_display. |
From: Mike M. <ch...@us...> - 2004-05-12 23:54:58
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16083 Modified Files: controller.c globals.h renderer_x11.h Log Message: Moved some x11 code into *_x11.? places. |
From: Mike M. <ch...@us...> - 2004-05-13 00:08:09
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18732 Modified Files: controller.c Log Message: Fixed typo "-" != "_". |
From: Mike M. <ch...@us...> - 2004-05-13 11:10:40
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8500 Modified Files: Makefile.am controller.c controller.h globals.h renderer_x11.h Added Files: controller_linux.c controller_linux.h controller_sdl.h controller_x11.c controller_x11.h Log Message: controller.c fixups, must use -c x11. |
From: Mike M. <ch...@us...> - 2004-05-13 11:16:33
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9382 Modified Files: controller_linux.c Log Message: Removed -c x11 constraint. The default -c linux workes again. |
From: Mike M. <ch...@us...> - 2004-05-13 11:32:09
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12385 Modified Files: controller_linux.c Log Message: Remove error printing on js device load failure. |
From: Mike M. <ch...@us...> - 2004-05-13 18:20:20
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8446 Modified Files: controller_sdl.c Log Message: Fix some compiler warnings, missing controller_sdl.h include. |
From: Mike M. <ch...@us...> - 2004-05-13 23:42:23
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12503 Modified Files: sounder_sdl.c Log Message: Start of sound(SDL) cleanup. |
From: Mike M. <ch...@us...> - 2004-05-14 04:27:06
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27298 Modified Files: Makefile.am emu.c Added Files: palettes.h Log Message: Coulden't stand scrolling over the palettes any longer. |
From: Mike M. <ch...@us...> - 2004-05-18 00:21:59
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9763 Modified Files: Makefile.am emu.c emulator_x86.c renderer.c renderer_x11.c sound.c sound.h sounder_sdl.c Added Files: sounder.c sounder.h sounder_oss.c sounder_oss.h sounder_sdl.h Log Message: Sounder and Sound split. Removed sounder code, leaving only nes sound code, from sound.c. |
From: Mike M. <ch...@us...> - 2004-07-28 17:44:11
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23101 Modified Files: Tag: tuxnes-0_75_branch configure.in ggi.c renderer.c w.c x11.c Log Message: This will fix the building of x86.S. dnl Check for programs which we might need dnl -------------------------------------------------------------------- +AM_PROG_AS AC_PROG_CC AC_PROG_INSTALL Idle loops need sched_yeld or the more portible usleep. These "Input loops" would be better off with a select, however I'm not at this time sure what we would be selecting for. + if (renderer_data.pause_display) + usleep (16666); } while (renderer_data.pause_display); |
From: Mike M. <ch...@us...> - 2004-07-28 21:15:49
|
Update of /cvsroot/tuxnes/tuxnes In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29258 Modified Files: controller.c controller.h controller_linux.c controller_linux.h controller_sdl.c controller_sdl.h controller_x11.c controller_x11.h defines.h emulator.c emulator.h emulator_c_iface.c emulator_c_iface.h emulator_x86.c renderer_ggi.c renderer_ggi.h renderer_sdl.c renderer_util.c renderer_w.c sounder.c sounder_oss.c sounder_oss.h sounder_sdl.c sounder_sdl.h unzip.c unzip.h Log Message: readded uniform file header to most source code files |