Page 4 sur 4

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 16 Sep 2019, 15:56
de critor
Une fois que les bibliothèques sont dans ta calculatrice et en mémoire d'archive en effet, plus besoin d'y toucher, sauf problème d'incompatibilité avec la version de bibliothèque, ce qui est rare mais pas impossible comme on vient de voir.

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 16 Sep 2019, 16:04
de Croux_31
Merci ! ;)

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 18 Sep 2019, 00:35
de PT_
PT_ a écrit:Btw, if Flip sees this, this is a much more optimized version :)

Code: Tout sélectionner
[i]BALL
DefineSprite(0,105,62,BLABLABLABLA
1->X->Y->M->N
det(0
det(5,0
Repeat getKey=69
   Pause 20
   det(59,0,X,Y
   X+M->X
   Y+N->Y
   If Y=170 or not(Y
      0-N->N
   End
   If X=210 or not(X
      0-M->M
   End
End
det(1

It seems the program is broken with new libs? Somehow get the sprite data, use this optimized source and recompile it, then everything is fine (or if you want to go the harder way: replace the bytes 00 08 E3 at addresses 4E 4F 50 with 56 3F D1 in the .8xp file :troll:).

Explanation: ICE used to have variables located at E30800, but moved on to custom RAM when the toolchain used that area too.

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 18 Sep 2019, 00:40
de Adriweb
Ninja'd, mais :

07:10:02 <@P_T> Hmm, displaying a sprite goes wrong
07:12:27 <@P_T> Yep, already found the issue; the early ICE uses cursorImage for variable storage, and FillScreen(0) does too, which overwrites variables
07:12:48 <@P_T> And Sprite_NoClip doesn't like a x-coordinate of $D5D5D5 :P
[...]
07:27:53 <@P_T> Okay, change the bytes at addresses 4E, 4F and 50 to respectively 56, 3F and D1
07:28:05 <@P_T> Was something like 08 00 E3


Voici la version patchée (avec checksum refait) :)

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 24 Sep 2019, 22:04
de b4sti1
bichour j'ai un probleme ... l'ecran est noir et se passe rien pendent 5~10 sec apres lesquelles la ram se retrouve effacée, pas cool

Re: Windows XP dans ta TI-83 Premium CE ?

Message non luPosté: 24 Sep 2019, 22:12
de critor
Est-ce que ce fichier marche mieux ?
download/file.php?id=4647