0 Members and 4 Guests are viewing this topic.
i'M NOT SURE WHAT A SWORD SKILL IS BUT HERE'S THE SWORD ANIMATION FROM THE TWO SPRITES ON PG 13
*bump*Code: [Select][22:23:25] <+KermM> Buckeye, if you see this, I was wondering about the perennial emulator problem where apps randomly get deleted, some kind of certificate issue, I presume[22:24:46] <+BrandonW> I can tell you exactly how to fix this.[22:25:05] <+BrandonW> You need a dummy certificate with a series of zeroes starting at 1F18h.[22:25:24] <+BrandonW> Without them (meaning all 0xFF's), the OS thinks it's a trial application, and they'll get deleted after 15 executions.[22:25:27] <nikky> bawwwwwwwwwwww[22:25:43] <+BrandonW> C+1F18h*[22:26:04] <+BrandonW> I was planning to write a little 83+ program that did this.[22:26:33] <+BrandonW> I said the technical details once in #ti but that was a while back.[22:26:42] <+BrandonW> I'd have to do a little digging, and the offset is different on the 84+/SE.[22:26:45] <+BrandonW> And 83+SE.[22:27:08] <+BrandonW> The last app page minus the base page of your application times two plus the offset is the word you need to make a zero.[22:27:21] <+BrandonW> On the active certificate sector.[22:27:52] <+KermM> BrandonW, excellent[22:27:57] <+KermM> I'll pass that along to Buckeye
[22:23:25] <+KermM> Buckeye, if you see this, I was wondering about the perennial emulator problem where apps randomly get deleted, some kind of certificate issue, I presume[22:24:46] <+BrandonW> I can tell you exactly how to fix this.[22:25:05] <+BrandonW> You need a dummy certificate with a series of zeroes starting at 1F18h.[22:25:24] <+BrandonW> Without them (meaning all 0xFF's), the OS thinks it's a trial application, and they'll get deleted after 15 executions.[22:25:27] <nikky> bawwwwwwwwwwww[22:25:43] <+BrandonW> C+1F18h*[22:26:04] <+BrandonW> I was planning to write a little 83+ program that did this.[22:26:33] <+BrandonW> I said the technical details once in #ti but that was a while back.[22:26:42] <+BrandonW> I'd have to do a little digging, and the offset is different on the 84+/SE.[22:26:45] <+BrandonW> And 83+SE.[22:27:08] <+BrandonW> The last app page minus the base page of your application times two plus the offset is the word you need to make a zero.[22:27:21] <+BrandonW> On the active certificate sector.[22:27:52] <+KermM> BrandonW, excellent[22:27:57] <+KermM> I'll pass that along to Buckeye
Also why do applications delete themseles after a few runs?
When I App compiled the interrupt based music player example Quigibo uploaded, it would crash whenever I ran it.Would this just be because I didn't send it to my computer and recompile it? Or is this an Axe bug?
The last time I checked (pretty recently, when I was writing my own circle routine in Axe code), pixel-plotting commands weren't clipped properly. I mean, I actually got a RAM clear once. Not good
Quote from: calc84maniac on July 09, 2010, 03:25:37 pmThe last time I checked (pretty recently, when I was writing my own circle routine in Axe code), pixel-plotting commands weren't clipped properly. I mean, I actually got a RAM clear once. Not good does pixel-plotting means pxl-on/off/chg?
Pause A/10
HoMM: [==--------] Project 'resumed': I'm suffering overwhelming new ideas being popped up in my dreams :PtiDE: [----------] Explored and understood the main part of the code: just started writing a Tokenizer.