0 Members and 1 Guest are viewing this topic.
Quote from: annoyingorange on May 30, 2011, 04:51:07 pmNice I was wondering about the plant in pipe: why it was visibleI think he explained that already.
Nice I was wondering about the plant in pipe: why it was visible
Quote from: BrownyTCat on May 30, 2011, 04:52:55 pmQuote from: annoyingorange on May 30, 2011, 04:51:07 pmNice I was wondering about the plant in pipe: why it was visibleI think he explained that already.I think he meant he was wondering before he saw that post.Fixes be awesome! Anybody got some instructions on converting a TI-83 Plus into an 84?
Hello, I'm new here and French so sorry for bad English.First, I had a bug during playing Kirby Dreamland: My calc turned off and doesn't want to turn on anymore. Maybe this is not due to TI-boy but this is not due to the batteries or the Clear key.I also had an idea, maybe impossible (i'm a noob at asm programming and a non initiated at pc programming): couldn' we (you) make one TI-boy app and little "GameProgs-Cartridges-Whatever" next to it that would be launched by the app? Because we can't put a lot of TI-boy games as it is done. Maybe it will be placed at the very bottom of your to-do-(or-not)-list.But don't worry, your work is already great.
App names can only be 7 characters long though, right? If so, you may want to change MakeApp to reflect this.
Quote from: ztrumpet on June 01, 2011, 09:18:21 pmApp names can only be 7 characters long though, right? If so, you may want to change MakeApp to reflect this. They can be up to 8 chars long as I understand. (e.g. DoorsCS7)
Quote from: Hayleia on June 01, 2011, 02:20:00 pmHello, I'm new here and French so sorry for bad English.First, I had a bug during playing Kirby Dreamland: My calc turned off and doesn't want to turn on anymore. Maybe this is not due to TI-boy but this is not due to the batteries or the Clear key.I also had an idea, maybe impossible (i'm a noob at asm programming and a non initiated at pc programming): couldn' we (you) make one TI-boy app and little "GameProgs-Cartridges-Whatever" next to it that would be launched by the app? Because we can't put a lot of TI-boy games as it is done. Maybe it will be placed at the very bottom of your to-do-(or-not)-list.But don't worry, your work is already great.You're running Beta 0.1.05, right? It's possible I broke something that caused it to crash, who knows. I did get a crash when trying to exit Metroid in my current dev version, but it was fixed by the auto-recovery.And as for one emulator app and multiple cartridge data, I'm afraid that just isn't possible. Storing as an APP is the only way to align the data how I need it to be. The emulator part of the APP only takes 16KB, anyway.