Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
BrianPeek opened an issue on trapexit/3do-devkit
Linux compilers are 32-bit and require i386 arch install
NOTE: I'm definitely not a *nix guy, so this may all be nothing... I found that the Linux compilers would fail to run on WSL2, GitHub Actions, and probably elsewhere with the message of `cannot ...BrianPeek opened a pull request on trapexit/3do-devkit
Change uint32_t and int32_t types to long
Update the definitions of `uint32_t` and `int32_t` to use `long` instead of `int` for better compatibility.BrianPeek opened an issue on trapexit/3do-devkit
int vs. long in types_ints.h and cstdint
Hello! I'm probably missing something, but was curious why the "32" types in `types_ints.h` are declared as `long`, but the "32" types in `cstdint` are declared as `int`? I realize they're both 4...BrianPeek created a branch on BrianPeek/EPROMEmu
update - A very simple, likely very wrong (EP)ROM emulator using a Teensy 4.1 and Arduino/PlatformIO