Welcome!

Final Burn Neo => FBN Development => Topic started by: kenshiro on February 12, 2010, 05:07:31 PM

Title: Bug in Guardians driver
Post by: kenshiro on February 12, 2010, 05:07:31 PM
Hi guys,

I've found a bug in Guardians drivers. It draws a black screen cause GenericTilesInit() isn't call in grdiansInit() :)

Code: [Select]

   GenericTilesInit();   //  <------- was missing

yoffset = 0;
sva_x = 128;
sva_y = 128;

gfx_code_mask = (0x0800000 * 4 / 64) - 1;

x1010_sound_init(50000000 / 3, 0x0000);

DrvDoReset();

return 0;



Title: Re: Bug in Guardians driver
Post by: iq_132 on February 14, 2010, 04:16:25 PM
Nice work buddy. Pretty sure that bug is entirely my fault. lol