Author Topic: Bug in Guardians driver  (Read 4592 times)

Offline kenshiro

  • Expert
  • *****
  • Posts: 145
  • Karma: +21/-0
Bug in Guardians driver
« 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;



« Last Edit: February 12, 2010, 05:09:39 PM by kenshiro »

Offline iq_132

  • Administrator
  • *****
  • Posts: 3724
  • Karma: +411/-0
  • Definitely not Dink!
    • NeoSource
Re: Bug in Guardians driver
« Reply #1 on: February 14, 2010, 04:16:25 PM »
Nice work buddy. Pretty sure that bug is entirely my fault. lol