Author Topic: "Change Line" command?  (Read 3349 times)

0 Members and 1 Guest are viewing this topic.

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
"Change Line" command?
« 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.

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: "Change Line" command?
« Reply #1 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.
« Last Edit: April 04, 2013, 02:39:55 pm by Runer112 »

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
Re: "Change Line" command?
« Reply #2 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?)
« Last Edit: April 08, 2013, 12:39:16 pm by Derf321 »

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: "Change Line" command?
« Reply #3 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.
« Last Edit: April 08, 2013, 12:46:38 pm by Runer112 »

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
Re: "Change Line" command?
« Reply #4 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

Offline Streetwalrus

  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3821
  • Rating: +80/-8
    • View Profile
Re: "Change Line" command?
« Reply #5 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. ;)

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
Re: "Change Line" command?
« Reply #6 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?

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: "Change Line" command?
« Reply #7 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.

Offline Derf321

  • LV3 Member (Next: 100)
  • ***
  • Posts: 59
  • Rating: +0/-0
    • View Profile
Re: "Change Line" command?
« Reply #8 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!