This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Messages - Hot_Dog
Pages: 1 ... 53 54 [55] 56 57 ... 194
811
« on: May 02, 2011, 10:49:21 pm »
Success!!! Crabcake works on ALL Ti-83+ and Ti-84+ calculators.
I now need to write the manual/special thanks and clean up the include files.
Wonderful! Do you mind explaining how you achieved 83+ compatibility? 'Tis interesting.
The Ti-83+ has a special port to unlock the RAM page in the "protected" area. I found a spot in the OS that used this port, so I called that OS code after using BrandonW's flash-unlock exploit. This is great
So, will this be made compatible with Axe in an axiom or something?
It can be done, and I would give permission for use for that purpose. However, I'm not familiar with doing that kind of thing myself.
812
« on: May 02, 2011, 09:55:56 pm »
I like the new options page! Omnimaga just keeps getting better and better!
813
« on: May 02, 2011, 09:46:57 pm »
Whoa, fast And * Deep Thought can use it!
Glad to know that you can use it! I know some people would prefer applications even if large ASM size were available to them
814
« on: May 02, 2011, 04:13:42 pm »
Success!!! Crabcake works on ALL Ti-83+ and Ti-84+ calculators.
I now need to write the manual/special thanks and clean up the include files.
815
« on: May 02, 2011, 10:22:53 am »
I've gotten confidence back to work on Correlation. However, the laptop incident taught me that life is too important to spend "all day" on calculators Anyways, I have the beta to work with, and I will work on it a little bit each day, every day that I can. My first step is getting my custom parser to work.
816
« on: May 02, 2011, 10:18:41 am »
Well it won't happen for BE, but I will continue this for Ti-83+ Silver edition and Ti-84+. Many games these games can't use BE, but it still upsets me that I can't do it for BE
* sigh
Glad this is still going forward though, since it is a great project. 8811 bytes is much too little on a calculator that has hundreds of kilobytes.
Keep your chin up, Deep Thought. It's quite possible that it will work for BE after all. So does this auto archive stuff in ram for you when you begin a program. That would be very useful for those large programs and stuff and also pretty cool that the code restriction can be worked around.
No, it does not auto archive stuff in RAM. It's just like Super Mario 1.2 does not auto archive stuff when it runs.
817
« on: May 01, 2011, 11:52:41 pm »
The 83+ SE / 84+ part of the project is about halfway done (aside from testing). It is possible that I can get Crabcake to work with regular 83+s as well, but in the meantime, this is progressing nicely.
818
« on: April 30, 2011, 11:31:39 pm »
Does this mean no Correlation testing anymore?
Not for now. However, I doubt Correlation will be discontinued altogether.
819
« on: April 30, 2011, 12:22:01 am »
As far as I know, OS routines without bcalls are a go. Unless the user tries on purpose to goof up the system, of course
820
« on: April 29, 2011, 11:44:15 pm »
I hope you make it anyway for the SE. It sucks that it won't be BE compatible if you use the extra RAM page, but some people might be making CPU-intensive games like a 8 level grayscale 3D polygon engine or a full port of Crysis II that just won't be enjoyable on a 6 MHz calculator and that might be useful for them.
Sure, I'll make it for the SE and Ti-84+. And you actually have a point, about 6 vs 15 Mhz.
821
« on: April 29, 2011, 11:37:09 pm »
Well it won't happen for BE, but I will continue this for Ti-83+ Silver edition and Ti-84+. Many games these games can't use BE, but it still upsets me that I can't do it for BE
822
« on: April 29, 2011, 11:17:08 pm »
I think you are misunderstanding how the so-called "8KB limit" works To my knowledge, it is _not_ PC being >=$C000 that causes this problem, it's that you're running code on a so-called "protected page". On the plain 83+, for example, the page typically in the $C000-$FFFF range is RAM Page 0 ($40). If you go and, say, output $40 to port $06 and then try to run code at $4000<=PC<$8000, the calculator will reset. Admittedly, this idea could work, but never on the plain 83+. The 16KiB of executable RAM it has is simply too little. (Not to mention the OS needs it) Sorry to be such a downer
0_0 Alrighty, how many other people knew this?
823
« on: April 29, 2011, 10:38:02 pm »
Oh, because in your previous posts it seemed to imply you lost everything including the beta code and stuff . This is why I was disappointed at the lack of backups actually. I guess I was wrong then.
No worries. My problem was I didn't keep up with the backups. And I just hate doing something twice.
824
« on: April 29, 2011, 10:37:19 pm »
Hmm interesting, it would be nice if you made it easy to run or create such programs. How would it work, by the way? Also would it work with Axe too?
Someone would need to make it Axe-capable, but it wouldn't be hard to do so. Here's how it works: The Ti-83+ RAM is, by default, at the end of the memory that the Ti-83+ looks at. Crabcake moves this ram to the MIDDLE of the memory. That way, the processor never moves past the spot at the end that locks down the calculator.
825
« on: April 29, 2011, 10:22:58 pm »
And Correlation is completely gone now
Not true. I have the complete code to the beta. Only a few bug fixes are missing.
Pages: 1 ... 53 54 [55] 56 57 ... 194
|