To be honest, I think there's only a few people/companies doing emulator dev work on the Zod: Skeezix, Yoyo and Kalemsoft. The other company isn't even worth mentioning.
I'm doing a C64 emu (Frodoz), but it's coming along slowly as I prefer devving for the PC and GP
Also, the graphic processor in the Zodiac isn't really much use for emulator development and can actually slow you down - rather than building your display buffer and pointing the framebuffer to it, you have to upload it to the graphic's chip first, which takes about 8ms in Frodoz (used to take 20ms until I rewrote my gfx routines). Thsi means that an emu running at a top speed of 60fps on the GP32 will normally run at 41fps on the Zod unless it get optimized to use the graphics chip more (if that's even possible).