Lot's of progress has been made to the psx4all codebase.
I'll try to find some time to get the newly named psx4zaurus updated.
I have made a dynarec for PSX R3000A MIPS -> ARMv4, but right now it only works somewhat. It can recompile the BIOS dynamically, but crashes shortly after. I could use some help from those who know ARM assembly quite intimately, and can help me debug a issue with forming the prologue and epilogue of the recompiled function. Since it's being recompiled, I currently use some handy macro magic to form the bytecode for each converted ARM instruction. For the prologue I currently use the equivelant to "stmfd sp!, {r4-r10, lr}" and for the epilogue "ldmia sp!, {r4-r10,pc}" ...If its not the recompile function, it could be the way I'm calling a function, which is basically loading a 32bit immediate to R4,...through an optimized way of going about mov, orr, orr, orr...then doing a "mov lr, pc" and "mov pc, r4" to do the long branch.
So basically the dynarec is being worked on, and I have made a lot of progress on it by myself, though help is always appreciated.
Tons of work has been done to the GPU, as well as the interface.
I've just been focusing on the GP2X version as of late...I prioritize based on donations, but I realize the Zaurus is due for an update.
ZodTTD