Originally Posted by
Chilly Willy
I can believe they did their own C compiler, but I doubt it did anything for RISC. If you look at the Jaguar DOOM code, the only C is in the 68000 files. The RISC stuff is all assembly. So id wrote at least an assembler for the RISC stuff. Perhaps they did a C compiler for the RISC as well, but they didn't need it given the code they were working on.
Given there were lots of C compilers for the 68000 floating around (for the Amiga, Atari ST, and Apple Mac), writing their own C compiler for the 68000 is also not much of a feat. More than likely, they simply adapted an existing one to their needs.