Question: | Is it possible to use WHDLoad to install a demo/game which uses the operating system ? |
Answer: | In general it is not possible for a demo/game running inside WHDLoad to access any OS stuff. You as the writer of the required Slave program has to patch all of access to the OS. Either you disable such accesses or you have to emulate them appropriate. |
Question: | If WHDLoad uses the MMU (option NoMMU/S is not set and on a 68030 option MMU/S is set) there are short errors in the graphics and/or in the music (e.g. Beast2). A bug ? |
Answer: | This occurs on loading. The reason is that WHDLoad must switch off the interrupts during loading for a short while if the MMU is used. This behavior cannot be changed. |