3
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 12 hours ago.
Apr 22, 2023 — Apr 22, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add clarification about autogen.sh at the top. More... about 22 years ago
Properly quote text. More... about 22 years ago
autoconf 2.52 does not need line continuation characters. More... about 22 years ago
Update configure.in to autoconf 2.52 syntax. There are probably some other things which need to be fixed, still. More... about 22 years ago
* fixed buffer-off-by-1 that crashed some games * implemented half and double+ speed audio * changed #ifdef NOT_DEFINED to #if 0 More... almost 23 years ago
removed debugging statement More... almost 23 years ago
* made sound render on write only when DMC/Sound Enable is written More... almost 23 years ago
Made sound update in "realtime" so reads from 0x4015 will be completely accurate. More... about 23 years ago
added unzip.h and ziploader.h More... about 23 years ago
final preparations for v0.75 release More... about 23 years ago
added new uniform file header to all source code files More... about 23 years ago
eliminated dead data structure More... about 23 years ago
updated some documentation More... about 23 years ago
We now can compile on NetBSD as well. More... about 23 years ago
Fix endian problems for now by removing the __ prefixes and making Linux use -D__USE_BSD. More... about 23 years ago
More endian.h inclusion fixes. I wish this were become standardised in one form or another. [Wishful thinking] More... about 23 years ago
Fix up configure some more for what we need. More... about 23 years ago
Solve the inline problem more gracefully. More... about 23 years ago
Work around GCC -ansi brokenness for inline for now. Guess section 6.7.4 of C99 was asking too much to correctly implement. More... about 23 years ago
Quick hack around <endian.h> problems. More... about 23 years ago
One does not use semi-colons at the end of a #define. More... about 23 years ago
Add proper prototype for shift_register15(). More... about 23 years ago
Don't use empty initialiser braces. ANSI C does not allow it. More... about 23 years ago
Document comment style. More... about 23 years ago
Fix comments to be like C89 comments (/* */) or #if 0/#endif constructs. More... about 23 years ago
Add changes, belatedly. More... about 23 years ago
Use #if/#endif couple instead of commenting out code with C99 comment delimiters. This allows for better nesting too. More... about 23 years ago
Minor change to sound.c More... about 23 years ago
Fix emu.c device busy error Fix sound.c triangle linear counter for Zelda II More... about 23 years ago
removed #if'd-out MMC4 routine More... about 23 years ago