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

From The Cutting Room Floor
Jump to navigation Jump to search
This is the talk page for Motocross Championship.
  • Sign and date your posts by typing four tildes (~~~~).
  • Put new text below old text.
  • Indent replies by prefixing with a colon :
  • Add new sections with the 'Add topic' button at the top right.
  • Be polite.
  • Assume good faith.
  • Don't delete discussions.
  • Be familiar with the talk help page.

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)