0 Members and 1 Guest are viewing this topic.
Interesting. Those who want to make 83+ BASIC games but mostly have access to a 68k should definitively find this useful Just make sure to convert the program there aren't too many dependencies to install, though. I heard some people complain about how a software used a different Python version than another and I remember having troubles with GTK too, with two softwares using different versions, forcing me to install/uninstall them back and forth, depending of which software I needed
Ouch, sorry to hear. I hope you can figure out the problem. I also hope your calc isn't damaged or something . Normally deleting TI apps shouldn't cause any issues
Quote from: DJ Omnimaga on August 06, 2010, 09:40:18 pmOuch, sorry to hear. I hope you can figure out the problem. I also hope your calc isn't damaged or something . Normally deleting TI apps shouldn't cause any issuesI've identified the cause of the problem, now I just have to actually fix it in my program.As for my calculator... well, at the moment it's doing everything I want it to, it appears to be stable as I said, and it also has a lot more memory so I shouldn't need to delete any apps. If I run into some other problems in the future, then I'll deal with it then.
Wait, if we could make it so that the 83+ basic prgms made on the 68K calc, wouldnt that be cool?{we would need some converter though}
Perhaps he meant tokenizing on calc?
For a converter, I think it would have to be a computer converter that changes 8xp files to 89p and convert the TI-BASIC syntax to 89 format. The user would adjust the screen size-dependent stuff himself
Quote from: Art_of_camelot on August 08, 2010, 01:09:52 amPerhaps he meant tokenizing on calc?That's what this program does. You edit the text file on-calc, tokenize it, and then send the tokenized file to a computer and convert it to an 8xp file.