If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Talk:Motocross Championship
Jump to navigation
Jump to search
This is the talk page for Motocross Championship.
|
|
PC Release?
Has this ever been released for the PC? Because if not, there's some possibly interesting #ifdef statements in those source fragments at 0x1F3000:
#ifdef PC
/* PC background is a full screen and must be drawn first. */
drawBackground (FALSE, 0, 0, SM);
#endif
...and a bit later...
#ifdef MARS
// .......... 32X background gets drawn after, to limit the # of lines that need to be drawn
DrawScrollPlane(1, &CopyOfCamera1, camDX, lineCountForBackGround);
#endif
--Xdaniel 19:05, 8 July 2011 (EDT)
- I noted that too, but I'm not sure if Sega planned a PC release. It never was released on the PC. --From: divingkataetheweirdo 19:23, 8 July 2011 (EDT)
Uncompiled Code
http://www.mediafire.com/?g4t9843q5p3qqc1 - I extracted the uncompiled C code from Motorcross Championship, some of it looks corrupted Gamax92 14:24, 12 November 2011 (EST)