Alex "Chadderz" Chadwick

Results 7 comments of Alex "Chadderz" Chadwick

Sorry for not getting back to you, I believe the build system should generate that directory automatically, so this is a bug. At least we have a workaround temporarily. What...

Interesting, I haven't heard of this before either. One thing that immediately springs to mind though is that it could be a region difference, as the reset sequence for different...

[bad1/bad1Code/methods/runOvr1.s](https://github.com/Chadderz121/wii-ct-code/blob/master/bad1/bad1Code/methods/runOvr1.s) contains the set up for the speedometer, which is run on the health and safety screen and appears to call `malloc`. I'm assuming that this `malloc` is automatically `free`d...

`.align 4` is correct and sufficient. `.align 12` came from some of my early experiments when I didn't understand the GPU caching behaviour. The solution should be corrected, not the...

Hmm, this is an interesting one. The debate here is, is the GPIO0 pin the "first (1st)" pin or the "0th" pin. Looking at my descriptions, I also talk about...

Thanks @Marionumber1, fixed that bug in 5278b581001f5af9721d6df7f0004a9584ba314d.

I believe this would be a matter of porting the 80 or so addresses to create rmck.ld, which would look similar to [rmcp.ld](https://github.com/Chadderz121/wii-ct-code/blob/master/rmcp.ld) in the root directory. I don't have...