RISC_OS_Linux_Source
RISC_OS_Linux_Source copied to clipboard
Linux port of RISC OS. Please note that the Linux2-rebased is a rebased copy of Linux2 and will be rebased often.
``` diff --git a/linux-user/arm/cpu_loop.c b/linux-user/arm/cpu_loop.c index c0790f3246..ead6faa0eb 100644 --- a/linux-user/arm/cpu_loop.c +++ b/linux-user/arm/cpu_loop.c @@ -313,6 +313,9 @@ static bool emulate_arm_fpa11(CPUARMState *env, uint32_t opcode) void cpu_loop(CPUARMState *env) { + static bool use_nwfpe...
Is there a way to implement dummy sound modules? That would allow to run several demos and games. while sound still needs to be implemented it might be a good...
is there plan to support riscv cpu ? I would like to see it land on a riscv 32/64 bit cpu