3
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 8 hours ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added size, signed, and endianes info to SampleFormat. Replacing auto-detect code, should fix BIG_ENDIAN builds. More... over 19 years ago
Zlib make dist patch, for systems w/o zlib. Jason Dorje Short More... over 19 years ago
Fixed SDL headers and now it builds. Terminator comments over the top. Some more uniform file headers added. More... over 19 years ago
Help pritty printing of core(renderes) and expresed x86's fastnes for help. More... over 19 years ago
readded uniform file header to most source code files More... over 19 years ago
Sounder and Sound split. Removed sounder code, leaving only nes sound code, from sound.c. More... almost 20 years ago
Coulden't stand scrolling over the palettes any longer. More... almost 20 years ago
Start of sound(SDL) cleanup. More... almost 20 years ago
Fix some compiler warnings, missing controller_sdl.h include. More... almost 20 years ago
Remove error printing on js device load failure. More... almost 20 years ago
Removed -c x11 constraint. The default -c linux workes again. More... almost 20 years ago
controller.c fixups, must use -c x11. More... almost 20 years ago
Fixed typo "-" != "_". More... almost 20 years ago
Moved some x11 code into *_x11.? places. More... almost 20 years ago
Jason Dorje Short: Some systems have a function called _sleep. Naming a variable this is an awful idea. _sleep -> renderer_data.pause_display. More... almost 20 years ago
Jason Dorje Short: zlib fix. More... almost 20 years ago
Make x86 default core, where avalible. More... almost 20 years ago
"Rigel Freden" <[email protected]> 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 More... almost 20 years ago
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. "/* /* */ " More... almost 20 years ago
Missing semicolon. More... almost 20 years ago
gettimeofday() is not present on all systems. (One such system is win32.) More... about 20 years ago
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" More... about 20 years ago
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. More... about 20 years ago
HAVE_X_LIBS -> HAVE_X, and removed useless fork. More... about 20 years ago
Removed VRAM vram define and users. More... about 20 years ago
AC_CHECK_TYPES can't span multiple lines, fixed: Jason Dorje Short More... about 20 years ago
Autoconf checks for integer types: Jason Dorje Short More... about 20 years ago
Segfaulting renderers fixed. More... about 20 years ago
Use AC_C_INLINE to check for inline. Remove definition and users of INLINE. static inline used: Jason Dorje Short" More... about 20 years ago
SDL input cleanup and renderer choses controller and default core emulator is chosen at compile time More... about 20 years ago