fantastic!
welcome Chilly Willy!
hopefully you can help the guys out with speed on this thing =)
Well, the first order of business (which I'm working on now) is a fresh, clean update using the latest E-UAE. The old code is good, but a real mess. The new code will be a "normal" platform for E-UAE like the others. That will make it easier to maintain later on down the road... which is why I'm here in the first place - the old code couldn't be moved into the latest E-UAE as it was. I'm using parts of the old code when I can so that I don't have to write all the code from scratch.
After that, optimizations can be made. Clearly, we want to use the ME if possible. Having two CPUs working on the code would be faster than one, but you have to divide up the work properly or it won't be as big a help as you would expect. Another optimization would be to use assembly for certain things. The GP2X has a bunch of that, but then it needs it as it uses slower processors.