+ (FAIT) Integrer Preos 0.72
+ (FAIT) Corriger probleme V200: Le boot de V200 test notamment qu'une partie du Product ID (champ $80A0) est supérieure ou égale à 2 apparemment (en tout cas le test a fonctionné avec une valeur à 2). PedroM fixe actuellement le champ à 1. && Extended bugs
+ (FAIT) Faire une premiere ebauche pour Titanium : Les constantes + verifier (Boot, contraste, flash, parmblock, interruptions).
+ (FAIT) ce serait bien d'implémenter le ROM_CALL 0x441 (appelé "HeapTable" par
certains auteurs de kernels) dans PedroM. (Actuellement, il pointe vers
INVALID_ROMCALL.)
+ (FAIT) Reecrire Long.asm
+ bcdmath: Gcc 4.0 + tigcc 0.96 beta 2 utilise bcdmath pour les convertions unsigned long -> BCD.
L'implanter
>__floatunssibf: > link.w %a6,#-36 > pea.l 8(%a6) > move.l 0xC8,%a0 > move.l 0xB5*4(%a0),%a0 /* _bcd_math */ > jsr (%a0) > .word 0x6B30 /* bcdMove | bcdUnsigned | bcdAbsSrc | bcdR0 */ > move.l -10(%a6),%d0 > move.l -6(%a6),%d1 > move.w -2(%a6),%d2 > unlk %a6 > rts