π
<-
Chat plein-écran
[^]

fx-CG50 / Graph 90+E add-ins compatibility list

Programmation et implémentation d'algorithmes.

fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude critor » 06 Avr 2017, 23:14

Most 3rd party add-ins released for the fx-CG10/20 don't work on the new fx-CG50 / Graph 90+E.

  • Broken - completely unusable because of major anomalies :
    • Just produce a white screen :
      • 3DCheckers
      • Bust-A-Move
      • Checkers
      • ChipEmu
      • Cookies
      • Falldown
      • FlappyBird
      • Obliterate
      • NyanCat
      • PrizmCity
      • Raptor
      • Simon
      • Sink
      • Sonic
      • SpaceInvaders
      • ZombieChase
    • Produce a white screen and freeze (or requires a specific key to quit - but as nothing is displayed you still have to reset...)
      • Fxterm
      • Metroid
    • Produce a text-only display - graphics are missing :
      • 2048
      • Chess
      • ConnectFour
      • Graph3DP
      • Minesweeper2
      • Othello
      • Paint
      • Periodic
      • PJumpingCube
      • Pokemon
      • Pong
      • Senet
      • Sudoku Solver
      • Tetrizm
      • TicTacToe
    • Other major anomalies :
      • CGDoom : crash with the repository version, error about being unable to open doom.wad with the TI-Planet version
      • Mandelbrot : garbage on screen
      • OpenJazz : VRAM error message
      • Snake : no display
  • Usable with some more minor anomalies :
    • CubeField : graphics ok, but text missing on popups
    • GravityDuck : graphics ok, but text missing on buttons
    • Prizoop : random freezes on some specific game states
    • Ptune2
    • Eigenmath : graphic glitches when using the SHIFT+MENU menu
    • ImageViewer : graphic glitches in the file browser
It seems we've got work... :P

Untested :
  • CGplayer
  • mpegtest
  • Pover

Working :
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.4%
 
Messages: 41455
Images: 14353
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Removed

Message non lude parrotgeek1 » 06 Avr 2017, 23:35

.
Dernière édition par parrotgeek1 le 10 Mar 2018, 00:21, édité 2 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude tswilliamson » 07 Avr 2017, 04:30

I am changing how the file I/O works while playing the emulator and disabling the overclocking. Hopefully this will fix Prizoop. :band:
Avatar de l’utilisateur
tswilliamsonProgrammeur
Niveau 0: MI (Membre Inactif)
Niveau 0: MI (Membre Inactif)
Prochain niv.: 40%
 
Messages: 18
Inscription: 04 Avr 2017, 16:36
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude critor » 07 Avr 2017, 16:53

parrotgeek1 a écrit:test version of 3dcheckers patch vram to 0xAC000000

Doesn't work, sorry.
I get the busy pointer for a second, and then I'm back to the main menu.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.4%
 
Messages: 41455
Images: 14353
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude parrotgeek1 » 07 Avr 2017, 18:21

.
Dernière édition par parrotgeek1 le 07 Jan 2021, 18:03, édité 1 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude critor » 08 Avr 2017, 10:52

I'd gladly help.
So, I tried to install the PrizmSDK :
http://prizm.cemetech.net/index.php/Pri ... etup_Guide

The example project does build, but none of the above projects (for the very few ones which include the source code) does.

I had strange cygwin errors, so I did just overwrite cygwin1.dll with the one used for my Nspire-Ndless SDK install.

The cygwin errors seems to be gone, but I still have errors while building projects.
Most of them are complaining about missing common\crt0.o or common\prizm.ld files, and having no rule to build them.

What's happening ?...
Thanks.
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.4%
 
Messages: 41455
Images: 14353
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude parrotgeek1 » 08 Avr 2017, 17:53

critor a écrit:I'd gladly help.
So, I tried to install the PrizmSDK :
http://prizm.cemetech.net/index.php/Pri ... etup_Guide

The example project does build, but none of the above projects (for the very few ones which include the source code) does.

I had strange cygwin errors, so I did just overwrite cygwin1.dll with the one used for my Nspire-Ndless SDK install.

The cygwin errors seems to be gone, but I still have errors while building projects.
Most of them are complaining about missing common\crt0.o or common\prizm.ld files, and having no rule to build them.

What's happening ?...
Thanks.

Make sure there aren't spaces in the path to the project?

I figured 3d checkers wouldn't work. I literally just patched every value of A8000000 to ac000000
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude critor » 09 Avr 2017, 18:17

Nemhardy from Planete Casio made a quick fix for Cubefield, attached.
cubecomp.g3a
(43.15 Kio) Téléchargé 547 fois


It's just a test-build, so the menu icons are missing.
But it now has the missing text on the Graph 90+E / fx-CG50, and the same file also works on the fx-CG20 ! :bj:
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.4%
 
Messages: 41455
Images: 14353
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude critor » 09 Avr 2017, 22:06

New Cubefield version compatible with all models (fx-CG10 + fx-CG20 + fx-CG50 + Graph 90+E) is now online : :D
archives_voir.php?id=903366

Thanks to Nemhardy ! :bj:
Image
Avatar de l’utilisateur
critorAdmin
Niveau 19: CU (Créateur Universel)
Niveau 19: CU (Créateur Universel)
Prochain niv.: 41.4%
 
Messages: 41455
Images: 14353
Inscription: 25 Oct 2008, 00:00
Localisation: Montpellier
Genre: Homme
Calculatrice(s):
MyCalcs profile
YouTube: critor3000
Twitter/X: critor2000
GitHub: critor

Re: fx-CG50 / Graph 90+E add-ins compatibility list

Message non lude parrotgeek1 » 09 Avr 2017, 22:09

.
Dernière édition par parrotgeek1 le 07 Jan 2021, 18:04, édité 2 fois.
Avatar de l’utilisateur
parrotgeek1Programmeur
Niveau 11: LV (Légende Vivante)
Niveau 11: LV (Légende Vivante)
Prochain niv.: 88%
 
Messages: 745
Inscription: 29 Mar 2016, 01:22
Localisation: This account is no longer used.
Genre: Non spécifié
Calculatrice(s):
MyCalcs profile

Suivante

Retourner vers Programmation

Qui est en ligne

Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 6 invités

-
Rechercher
-
Social TI-Planet
-
Sujets à la une
Comparaisons des meilleurs prix pour acheter sa calculatrice !
Aidez la communauté à documenter les révisions matérielles en listant vos calculatrices graphiques !
Phi NumWorks jailbreak
123
-
Faire un don / Premium
Pour plus de concours, de lots, de tests, nous aider à payer le serveur et les domaines...
Faire un don
Découvrez les avantages d'un compte donateur !
JoinRejoignez the donors and/or premium!les donateurs et/ou premium !


Partenaires et pub
Notre partenaire Jarrety Calculatrices à acheter chez Calcuso
-
Stats.
706 utilisateurs:
>688 invités
>13 membres
>5 robots
Record simultané (sur 6 mois):
6892 utilisateurs (le 07/06/2017)
-
Autres sites intéressants
Texas Instruments Education
Global | France
 (English / Français)
Banque de programmes TI
ticalc.org
 (English)
La communauté TI-82
tout82.free.fr
 (Français)