Omnimaga

Calculator Community => Other Calc-Related Projects and Ideas => TI Z80 => Topic started by: c4ooo on June 25, 2017, 11:27:45 am

Title: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post 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)
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: 123outerme on June 25, 2017, 06:08:13 pm
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
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: c4ooo on June 25, 2017, 07:36:28 pm
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 :(
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: TIfanx1999 on June 26, 2017, 09:41:16 pm
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?
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: c4ooo on June 27, 2017, 06:29:54 pm
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 :)
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: TIfanx1999 on June 29, 2017, 08:21:23 pm
That' really cool, best of luck with this! :D
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: Switchblade on July 01, 2017, 11:36:09 am
This would be really cool  :D ;D
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: c4ooo on September 02, 2017, 07:58:41 pm
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).
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: TIfanx1999 on September 03, 2017, 10:48:01 am
Very nice!
Title: Re: TI84+CE Wrapper for Monochrome TI-BASIC Programs.
Post by: Eeems on September 03, 2017, 01:17:19 pm
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:
Code: [Select]
[url=<url>]<text>[/url]