Ok, here's a drop with a
new totally untested 1.01b build that may just crash and die because absolutely nobody has even tried to boot it at this point:
http://drop.io/nimrodfiles
There's also a new 1.02b candidate build at that URL that has the FlashParamsTable definition in stubs_min.S fixed (well, I hope so). [BTW, I just realized that I built these images without the games, so hopefully you won't be too devastated about that.]
The patch applied to 1.02b is very simple. Here's the diff:
5c5
< DEF(FlashParamsTable,0xFFB7455C)
---
> DEF(FlashParamsTable,0xFFB746B4)
This is patched against svn vers 774.
I think that the only things that this misdefinition really breaks are a debug display, and any lua scripts that try to use get_parameter_data().
I think this is all that needs to be updated in stubs_min.S. If not, let me know and give me some hint as to how to update the rest of it since the addresses are so low that they'd have to be offsets from a register or something to make sense as something in the firmware.