Quelqu'un sait s'il existe un moyen d'obtenir la frequence verticale (en Hz) de l'ecran, sur Falcon ?
Un registre caché, ou que sais-je encore

Jusqu'a present j'utilise cette routine :
FUNCTION facteur_vbl ! calcule le nb d'images par sec LOCAL total&,t1%,t2% total&=0 t1%=TIMER OUT 4,18 HIDEM REPEAT INC total& t2%=TIMER-t1% VSYNC UNTIL t2%>=200 OUT 4,8 SHOWM RETURN total& ENDFUNC
Ca marche tres bien sur ST ou sur Falcon sous TOS, mais sous multitache (Mint ou Magic), je n'arrive pas a obtenir une valeur stable...
Des idees ?