Omnimaga
Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: c4ooo on June 25, 2017, 11:27:45 am
-
At this point this is only a proof of concept, but the goal of this project is to hook all the drawing commands in ti-basic, making them behave like they would on the monochrome calculators. As of right now i have only hooked 4 ti-basic commands: ClrDraw, pxl-on, pxl-off, and pxl-test. The library is initialized with "1:Asm(INSTLAPI" (this needs to be put at the start of the monochrome tibasic program) and de-initialized with "0:Asm(INSTLAPI".
(http://imgur.com/hi6iXzG.png)
-
This is awesome! It should be really great since I know that people with CSEs would always complain when monochrome games didn't work (usually new users), so this should help the CE crowd not follow the same ordeal.
Speaking of, someone should make this for CSE
/me runs
-
This is awesome! It should be really great since I know that people with CSEs would always complain when monochrome games didn't work (usually new users), so this should help the CE crowd not follow the same ordeal.
Speaking of, someone should make this for CSE
/me runs
Thanks!
I could (and will) release the code, but unfortunately i dont think there would be anyone to port it to the CSE :(
-
So basically, old BASIC 83+ games that use the graph screen will function the same on the color model? That's the end goal right?
-
So basically, old BASIC 83+ games that use the graph screen will function the same on the color model? That's the end goal right?
Precisely.
Do to the faster CPU they will also run faster :)
-
That' really cool, best of luck with this! :D
-
This would be really cool :D ;D
-
That' really cool, best of luck with this! :D
This would be really cool :D ;D
Thanks!
For now, you can access the source here: https://goo.gl/9PGkgX
There will be more updates soon, courtesy being bored in school :P
Edit: "fixed" url, as for some reason the URL would redirect to "https://github.com/c4ooo/TI84-CE-Wrapper-for-Monochrome-TI-BASIC-Programs" instead of "https://github.com/c4ooo/TI84-CE-Wrapper-for-Monochrome-TI-BASIC-Programs.". (The second one has a period at the end).
-
Very nice!
-
That' really cool, best of luck with this! :D
This would be really cool :D ;D
Thanks!
For now, you can access the source here: https://goo.gl/9PGkgX
There will be more updates soon, courtesy being bored in school :P
Edit: "fixed" url, as for some reason the URL would redirect to "https://github.com/c4ooo/TI84-CE-Wrapper-for-Monochrome-TI-BASIC-Programs" instead of "https://github.com/c4ooo/TI84-CE-Wrapper-for-Monochrome-TI-BASIC-Programs.". (The second one has a period at the end).
I would suggest not using a goo.gl shortlink to link to your source. If you really do want the url to show as shorter, you can just use the following bbcode:[url=<url>]<text>[/url]