1
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into sf/watform More... about 1 year ago
sdf: implement write track for SDF format disc images. More... about 1 year ago
keyboard: remove debug setting accidentally left in. More... about 1 year ago
Merge pull request #191 from rjpontefract/rp/clang_warnings More... about 1 year ago
Add the sprow coprocessor changes to the Visual Studio solution and fix some build issues. More... about 1 year ago
sprow: fix building on Windows. More... about 1 year ago
Merge pull request #190 from rjpontefract/rp/clang_warnings More... about 1 year ago
Use %j as the format specifier and cast off_t to intmax_t to cater for different definitions between clang on macOS and gcc on Linux. More... about 1 year ago
off_t is 64 bit on macOS with clang and 32 bit on Linux with gcc. Use 64 bit format specifiers and cast to 64 bit before use. More... about 1 year ago
mmccard.c:218:50: warning: format specifies type 'long' but the argument has type 'off_t' (aka 'long long') [-Wformat] log_debug("mmcard: %s loaded, size=%ld", fn, mmc_size); ~~~ ^~~~~~~~ %lld More... about 1 year ago
musahi/m68kfpu.c:418:9: warning: variable 'r' is used uninitialized whenever switch default is taken [-Wsometimes-uninitialized] default: fatalerror("MC68040: READ_EA_FPE: unhandled mode %d, reg %d, at %08X\n", mode, reg, REG_PC); ^~~~~~~ musahi/m68kfpu.c:421:12: note: uninitialized use occurs here return r; ^ musahi/m68kfpu.c:399:5: note: variable 'r' is declared here fp_reg r; More... about 1 year ago
vdfs.c:3485:16: warning: incompatible integer to pointer conversion passing 'int' to parameter of type 'FILE *' (aka 'struct __sFILE *') [-Wint-conversion] fclose(old_fp); More... about 1 year ago
hdfmt.c:128:52: warning: implicit conversion from 'int' to 'char' changes value from 255 to -1 [-Wconstant-conversion] geom[15] = 255; ~ ^~~ More... about 1 year ago
cycdiff is unused and clang issues a warning. More... about 1 year ago
Clang does not allow declarations to follow a label, only statements are allowed. More... about 1 year ago
sprow: a more efficient way of space-padding. More... about 1 year ago
sprow: fix compiler warnings from gcc 12.2.1 More... about 1 year ago
Merge pull request #189 from rjpontefract/rp/sprow_warnings More... about 1 year ago
Fix build warnings when building with GCC on Linux More... about 1 year ago
sprow: use a more efficient algorithm for padding to 40 characters. More... about 1 year ago
sprow: fix some warnings from gcc version 12.2.1 More... about 1 year ago
Merge pull request #188 from rjpontefract/rp/sprow_copro More... about 1 year ago
Add Robert Sprowson and a link to his website in the thanks section of README.MD More... about 1 year ago
Add experimental support for the Sprow ARM7TDMI co-processor More... about 1 year ago
arm: Issue#185: fix incorrect address in trace. More... about 1 year ago
arm: Issue#185: fix truncation of flags in debug/trace output. More... about 1 year ago
vdfs: Issue #186, close SPOOL/EXEC on FSC #6 on non-Master. More... about 1 year ago
Issue#187: Fix selection of default library. More... about 1 year ago
Fix broken '@' key in logical keyboard mode. More... about 1 year ago
keyboard: fix broken A/S to CAPS/CTRL mode. More... about 1 year ago