Difference between revisions of "User:Stefan Haubenthal"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
NinerAdmin (talk | contribs) m (Creating user page with biography of new user.)  | 
				 (838-SXB)  | 
				||
| (15 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
My ports of the DOS emulator by Ton Brouwer.  | |||
* TI4Amiga http://aminet.net/package/misc/emu/TI4Amiga  | |||
* ti4linux https://ftp.lip6.fr/pub/linux/sunsite/system/emulators/ti4linux.lsm  | |||
I  | |||
Buggy: Example in [[TI Logo II]] http://shawweb.myzen.co.uk/stephen/times9.htm  | |||
Thanks Stefan- I think the errors are due to uncorrected OCR- try this instead:  | |||
TO TREE :SIZE :ANGLE :LEVEL  | |||
 IF :LEVEL = 0 THEN STOP  | |||
 LEFT :ANGLE  | |||
 FORWARD :SIZE * 2  | |||
 TREE :SIZE :ANGLE :LEVEL - l  | |||
 BACK :SIZE * 2  | |||
 RIGHT 2 * :ANGLE  | |||
 FORWARD :SIZE  | |||
 TREE :SIZE :ANGLE :LEVEL - 1  | |||
 BACK :SIZE  | |||
 LEFT :ANGLE  | |||
 END  | |||
 TO WILLOW  | |||
 TELL TURTLE  | |||
 PENUP  | |||
 BACK 24  | |||
 PENDOWN  | |||
 TREE 8 15 8  | |||
 BACK 24  | |||
 END  | |||
(Stephen)  | |||
== TODO ==  | |||
* Battlezone  | |||
* [[838-SXB]]  | |||
== Links ==  | |||
* http://mntnweb.com/oldcomputers/ti994a/ti994a.HTM  | |||
* https://4apedia.com/index.php/User:Polluks  | |||
* https://pixelpedant.com  | |||
* https://www.ti99iuc.it/web/index.php?pageid=articoli_tech&artid=208#.Y-J5Cq2ZNXw  | |||
* http://www.stuartconner.me.uk/mini_cortex/mini_cortex.htm Mini-Cortex System  | |||
* https://github.com/petersobolev/99tro  | |||
* https://github.com/CheungChang7/TI99_HOMEBREW/tree/main  | |||
Latest revision as of 18:09, 5 October 2025
My ports of the DOS emulator by Ton Brouwer.
- TI4Amiga http://aminet.net/package/misc/emu/TI4Amiga
 - ti4linux https://ftp.lip6.fr/pub/linux/sunsite/system/emulators/ti4linux.lsm
 
Buggy: Example in TI Logo II http://shawweb.myzen.co.uk/stephen/times9.htm
Thanks Stefan- I think the errors are due to uncorrected OCR- try this instead: TO TREE :SIZE :ANGLE :LEVEL
IF :LEVEL = 0 THEN STOP LEFT :ANGLE FORWARD :SIZE * 2 TREE :SIZE :ANGLE :LEVEL - l BACK :SIZE * 2 RIGHT 2 * :ANGLE FORWARD :SIZE TREE :SIZE :ANGLE :LEVEL - 1 BACK :SIZE LEFT :ANGLE END TO WILLOW TELL TURTLE PENUP BACK 24 PENDOWN TREE 8 15 8 BACK 24 END
(Stephen)
TODO
- Battlezone
 - 838-SXB
 
Links
- http://mntnweb.com/oldcomputers/ti994a/ti994a.HTM
 - https://4apedia.com/index.php/User:Polluks
 - https://pixelpedant.com
 - https://www.ti99iuc.it/web/index.php?pageid=articoli_tech&artid=208#.Y-J5Cq2ZNXw
 - http://www.stuartconner.me.uk/mini_cortex/mini_cortex.htm Mini-Cortex System
 - https://github.com/petersobolev/99tro
 - https://github.com/CheungChang7/TI99_HOMEBREW/tree/main