Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Derf321 on April 04, 2013, 12:42:20 pm

Title: "Change Line" command?
Post by: Derf321 on April 04, 2013, 12:42:20 pm
Is there a command or easy method to simply "change" the pixels in a line, rather than making the whole line off/on? I want to be able to draw and erase a line that goes through a static line.
Title: Re: "Change Line" command?
Post by: Runer112 on April 04, 2013, 01:21:31 pm
There is! In the last update of Axe (1.2.1), I added the ability to draw lines, rectangles, and circles as white by preceding the command with a W, or in your case as inverted by preceding the command with an I.
Title: Re: "Change Line" command?
Post by: Derf321 on April 08, 2013, 12:25:53 pm
Oh wow, that's awesome! Is there any way to get 1.2.1 working on Wabbit? I use Wabbit as my primary source to test as I code. (or any other good emulators you know of?)
Title: Re: "Change Line" command?
Post by: Runer112 on April 08, 2013, 12:45:44 pm
For some reason, it seems that at some point in wabbitemu's version history, it developed the habit of forcibly injecting the alternative/third-party boot code called bootfree into ROM files you used. The issue with bootfree is that flash unlocks designed for the real boot code do not work with it. I would suggest making sure you have the lastest version of wabbitemu, going to the Help menu, and re-running the setup wizard to re-copy the ROM from your calculator. If you remember where you saved the appvar(s) from your original dump, you can just skip through the actual ROM copying until you get to the appvar selection point and re-use the old files.
Title: Re: "Change Line" command?
Post by: Derf321 on April 09, 2013, 01:03:38 pm
What is a non-bootfree version of Wabbit I could use to make the "old" files again? I lost my old appvars
Title: Re: "Change Line" command?
Post by: Streetwalrus on April 09, 2013, 01:09:24 pm
Just download the latest version of Wabbit and re dump your appvars it reallly takes one minute. ;)
Title: Re: "Change Line" command?
Post by: Derf321 on April 10, 2013, 12:27:25 pm
Just download the latest version of Wabbit and re dump your appvars
I just tried to no avail. I downloaded the newest version of Wabbit, Help>Re-run setup, copy ROM from a real calculator, made a new ROM from my physical calculator and used its appvars, and put Axe 1.2.1 on. It crashes after hitting enter to compile. Am I doing it right? I do not have my old appvars.
Does anyone have appvars that will work?
Runer possibly?
Title: Re: "Change Line" command?
Post by: Runer112 on April 10, 2013, 08:15:03 pm
Are you sure you're actually using the new ROM? It seems that actually running the setup wizard doesn't necessarily make the new ROM the default ROM.
Title: Re: "Change Line" command?
Post by: Derf321 on April 11, 2013, 12:17:25 pm
-insert godly advice-
Hey, you were right, it worked! Guess it was trying to use my old ROM for whatever reason. I changed the default rom under the options, works like a charm! Thank you!