From: Gwenole B. <gb...@di...> - 2003-05-03 22:56:29
|
Hi, SheepShaver is finally starting to boot with the "old" CPU core derived from Microlib's. However, either it is slow, or this really hangs after the boot logo has appeared and a few 68k A-Traps got run. Probably the UAE core should be used one day to replace 68k emulator... Since SheepShaver is not little-endian aware yet, that experiment ran on PPC. Christian, if you don't mind, I will probably move the ExecutePPC to some ExecuteNative and replace direct PPC functions invocations with "trampolines" serviced in the CPU emulator ala syscall. e.g. for VideoDoDriverIO et al. The current test approach I took is quite ugly though. Sources and patches are located at the usual places. Bye, Gwenole. |