1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 6 days ago. based on code collected 6 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
- Fixed compile warning with Visual Studio 2019. More... almost 5 years ago
- Fixed error when sizeof(off_t) is larger than sizeof(int). More... almost 5 years ago
- Fixed compile error with Visual Studio Community 2015. More... almost 5 years ago
- Replaced some magic values with defined constants. More... almost 5 years ago
- Fixed handling of .clvs files of games without SRAM. More... almost 5 years ago
- Fixed checksum calculation of SNES/Super Famicom Classic Mini SRAM data of More... almost 5 years ago
- Cosmetic fixes. More... almost 5 years ago
- ... but it has nothing to do with ppdev... More... almost 5 years ago
- sched_setscheduler() requires root privileges. More... almost 5 years ago
- Solved issue caused by root mistakenly performing chmod +s (on a ucon64 More... almost 5 years ago
- Code compiles cleanly with Visual Studio 2019. More... almost 5 years ago
- Increased the version to 2.2.1 (WIP). More... about 5 years ago
- Restored support for ppdev in libcd64 on x86. ./configure --enable-ppdev did More... about 5 years ago
- Preparing for release. More... about 5 years ago
- It is Professor 2 not Professor II. More... about 5 years ago
- Increased the version to 2.2.0. More... about 5 years ago
- Updated FAQ with results on Windows 7 and plain DOS with gd6_send_byte_delay. More... about 5 years ago
- Fixed Monday morning changes... More... about 5 years ago
- On UNIX always lower privileges, but for CD64 and USB transfer retain the More... about 5 years ago
- The name of the backup unit made by Micro Genius is Future Supercom Pro.9. More... about 5 years ago
- Simplified missed comparison with $OSTYPE. More... about 5 years ago
- Simplified comparisons with $OSTYPE. More... about 5 years ago
- Replaced using OSTYPE with uname. More... about 5 years ago
- Fixed compilation issues with libcd64: RAWIO should only be defined for x86 More... about 5 years ago
- Addressed remaining issues raised by compiling with More... about 5 years ago
Addressed issues raised by compiling with "CFLAGS=-D_FORTIFY_SOURCE=2 make" on More... about 5 years ago
- Slightly improved snes_chksum() a bit more. More... about 5 years ago
- Refactored snes_chksum(). It no longer reads ROM data twice. More... about 5 years ago
- Removed some redundant casts of the previous commit. More... about 5 years ago
- Replaced some silly casts to const char * with casts to char *. More... about 5 years ago