I´ve programmed a PowerPC emulator, which by now, emulates allmost all UISA instructions. What I would like to know is, what usage people might have of a PPC emulator, as it currently lacks some system of control.
When thinking about usage, the following things have come to my mind:
*Programmers who doesn´t have a PPC-card can test their code, to ensure it´s working on PPC systems
*The code could be modified to make more or less accurate emulations of a 603, 604, G3 or G4, plus precise emulations of memory models, which could be used to analyse performance and similar things.
Does anybody have other suggestions? I would really like to know, as it could give some inspiration to develop this things a little further.