View Single Post
Old August 31st, 2003   #2 (permalink)
}{eretic
Registered User
 
Join Date: Aug 2003
Posts: 3
Re: Virtual Jaguar v1.0.5 (support) thread

Hi...

I emailed your website yesterday about this project and as I promised in the email, here is the fix for the game Flipout...

// Fix for Flipout!
if (jaguar_mainRom_crc32 == 0x6f57dcd2)
memset(jaguar_mainRom + 0x200000, 0x1, 0x200000);

The game seems to run fine after this...I hope that helps...I have it doing this in the rom loading function but it may take a little more coercing in your version...

Chris
Attached Images
File Type: gif Flipout.gif (35.7 KB, 43 views)

Last edited by }{eretic; August 31st, 2003 at 03:41.
}{eretic is offline   Reply With Quote