3
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Dec 02, 2022 — Dec 02, 2023
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... over 19 years ago
Coulden't stand scrolling over the palettes any longer. More... over 19 years ago
Start of sound(SDL) cleanup. More... over 19 years ago
Fix some compiler warnings, missing controller_sdl.h include. More... over 19 years ago
Remove error printing on js device load failure. More... over 19 years ago
Removed -c x11 constraint. The default -c linux workes again. More... over 19 years ago
controller.c fixups, must use -c x11. More... over 19 years ago
Fixed typo "-" != "_". More... over 19 years ago
Moved some x11 code into *_x11.? places. More... over 19 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... over 19 years ago
Jason Dorje Short: zlib fix. More... over 19 years ago
Make x86 default core, where avalible. More... over 19 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... over 19 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... over 19 years ago
Missing semicolon. More... over 19 years ago
gettimeofday() is not present on all systems. (One such system is win32.) More... over 19 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... over 19 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... almost 20 years ago
HAVE_X_LIBS -> HAVE_X, and removed useless fork. More... almost 20 years ago
Removed VRAM vram define and users. More... almost 20 years ago
AC_CHECK_TYPES can't span multiple lines, fixed: Jason Dorje Short More... almost 20 years ago
Autoconf checks for integer types: Jason Dorje Short More... almost 20 years ago
Segfaulting renderers fixed. More... almost 20 years ago
Use AC_C_INLINE to check for inline. Remove definition and users of INLINE. static inline used: Jason Dorje Short" More... almost 20 years ago
SDL input cleanup and renderer choses controller and default core emulator is chosen at compile time More... almost 20 years ago