|
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
Last edited by }{eretic; August 31st, 2003 at 03:41.
|