I'm trying to play VGM files on an Atari ST, but I encounter some problems I hoped you guys could help me out with...

I have successfully generated a VGM from Furnace and replayed it correctly (besides the stop/loop thing that I didn't test yet), but when I try to play files downloaded off the web I seem to be missing the replay rate info. The VGM specification page says the rate is located @0x24 but in the files I checked, one has 0x3C (60 Hz), but the rest has just zeros (which is when the replay rate might change during the track?). There's a specific file I'm trying to play that has 0x62 instructions in it, which makes me guess the replay rate should be 60Hz, but when playing it at 50Hz it is an awful lot slower (I'm guessing between 2 and 3 times slower) than when played on Winamp. My 50Hz file plays at the correct speed so it's not my replay routine that slows everything down. Any idea how to find the adequate replay rate when the file says 0 @ 0x24?
Thanks in advance for any help!
EDIT: I think it's my replay routine actually, will keep you updated!