Re: [Rpcemu] Improving CPU usage when idle

2009-04-08 Thread Tom Walker
I wonder if anyone can help with the following questions. What is the purpose of mousehack?  As far as I can tell, it seems to bypass interrupts (in keyboard.c:pollmouse()), and instead implements a SWI (in keyboard.c:getosmouse()).  Why? It's so that the mouse pointer in RISC OS matches

Re: [Rpcemu] Mac OS X

2009-04-08 Thread Timothy Coltman
That's without a hard drive, so whatever the default mode is (mode 28?). PPC is big endian (unlike Intel), but there are bits in the code that do different things depending on the endian-ness. The various #defines are being set correctly, but the display persists in getting messed up. The code