-
Content Count
4,690 -
Joined
-
Last visited
-
Days Won
2
Posts posted by Vorticon
-
-
19 hours ago, ElectricLab said:I have this book, I dug it too.
I bought that book in the 90's but only read it 20 odd years later. Average time frame for me
-
2
-
-
4 hours ago, senior_falcon said:I believe this could be done, but it would not be trivial.
Nothing ever is. But the result would be so awesome!
-
1
-
-
I think a text prompt is sufficient. Color preference is a very personal thing
-
I have been agonizing over which storage solution I need. I already have a 1MB RAMDISK which works great, but I always worry about losing programs if/when the backup batteries die, and I wanted a more permanent option. I do have an RS232 HDX card and that works, but I don't really want to have my TI tied down to my laptop all the time. In the end, it boiled down to 2 currently available options: the new run of IDE cards and the TIPI-PEB. After much deliberation, I have settled on the TIPI because it provides additional cool capabilities (internet, mouse etc...) on top of nearly unlimited storage whereas the IDE card is strictly storage. Having both a TIPI and an IDE card made little sense even though every fiber in my body is itching to get one anyway. I must resist! There is of course Ralph's SD-based solution on the horizon, but I'll cross that bridge when it is finalized...
-
3
-
1
-
-
Nice work! Too bad we can't have the XB editor in 80 columns as well... Is that even possible?
-
3
-
-
Since the TIPI-PEB has not been available for a while, I'm going to go ahead and order my own PCB and populate it. I downloaded the GERBER zip file from the Github, so my question is does it contain all the needed files for the PCB manufacturer? Are there any other files I need to download. Also, any recommendations on a PCB house?
-
1
-
-
9 hours ago, Asmusr said:No it doesn't. It even runs on MAME 🙂.
Mind blowing... I so wish we had that back in 1981!
-
1
-
-
Does this require the F18A?
-
On 5/29/2020 at 12:18 AM, Tursi said:Hey, I never said it wasn't powerful, I said it wasn't something that made LOGO stand apart from all other languages.
I stand corrected
-
On 5/24/2020 at 10:07 PM, Lee Stewart said:Though you can use GOSUB to effect a kind of recursion, both TI Basic (DEF functions) and XB (DEF functions and SUB subprograms) explicitly proscribe recursive calls. You will get an error message if you try it—DEF, when you define the function, and SUB, when the recursive CALL is actually attempted at runtime.
...lee
I was just about to respond to Tursi similarly. I have tried, and failed, to use recursion with XB previously.
And I disagree that recursion is not a powerful tool in the right hands as it can simplify coding tremendously for certain tasks. It can be difficult to wrap your head around it though. I do use it extensively in my chess program in UCSD Pascal to iterate through all the pieces.
-
TI LOGO also supports recursion, a powerful feature. I have never truly explored TI LOGO except superficially, but perhaps I need to take a closer look. I have a hunch it is far more capable than it's reputation suggests...
-
1
-
-
Just wondering where progress was on this project.
-
Cool! Now what do you envision the main use for that cart will be?
-
2
-
-
19 minutes ago, Schmitzi said:If I am no more longer on this planet one day, everybody in the universe - hereby - has the permission to repost all my 💩
Yeah but when you are dead it no longer does matter now, does it
-
1
-
-
Ah yes, how long are we accountable for our public words? People's views do change with time as they get older and wiser, and I don't think an opinion expressed impulsively at 25 years of age should be held against you at 50. But does the internet ever really forget anything?
-
3
-
-
On 5/1/2020 at 7:46 PM, dhe said:So, I issue you a programming challenge! 😃
I did manage to display the matrix, basically by building a whole screen at a time.
Let's say, I wanted to build a program to allow cross word puzzles to be filled in...
How could one do that with out a set or get pos?
Hint: Use HCHAR or VCHAR
-
On 5/1/2020 at 7:18 PM, mizapf said:Not a bug; SETPOS is simply not contained in the 99 version of the GL lib. The same is true for GETPOS ... for whatever reason. Maybe someone thought this is a 9938-related graphic function. The manual and errata do not state anything about that.
You can check this when you use the linker with CRT as list output. It will list SETPOS as "bad reference".
It seems to me as if this Fortran was targeted at the Geneve primarily. I can at least say that developing Fortran programs on the Geneve is much more fun. This is my MAKE script:
ECHO OFF CD \FORTRAN F9640 /OPROG\%1_O SRC\%1_F ECHO ECHO Ready for linking? ECHO PAUSE FLINK /OPROG\%1_O /IGL,CL,ML,FL PROG\%1 DEL PROG\%1_O
Then I say "MAKE FORTEST", and it takes SRC\FORTEST_F, compiles it, then links it against all libs, creates a standalone program as PROG\FORTEST, and removes the intermediate object code.
This is weird, since the bitmap routines were implemented for GPL. And yes, the Geneve implementation is much more interesting and capable. Nonetheless having Fortran on the TI 99 was still an outstanding achievement.
-
Lucky Luke!!!
-
1
-
-
Is the main documentation still the same as version 1? Would you mind posting the additional version 3 documentation?
-
That looks like a great extension to TP99. Perhaps it's worth revisiting that package after all... Thank you for all the detailed instructions!
-
1
-
-
1 hour ago, matthew180 said:I have that book too, bought it from the book store when it came out and it lives in the 3D section of my bookshelf. I have read it a few times, but never put the information into code. I think I was more interested in knowing *how* the 3D was done back then, rather than actually *doing* it.
IIRC everything is there to implement a software polygon rendering engine, you only need to be able to plot pixels and lines.
I also bought it new back in the day and I finally decided to read it a month ago
Really great book. And yes, all the algorithms for polygon rendering are there with code examples.
-
2
-
1
-
-
18 hours ago, PeteE said:That looks so cool, really impressive for GBA. I'm fascinated by how you intend to do the polygon rendering into 8x8 character cells. I can't wait for you to share more details about the specific algorithm you are going to use.
This book from 1993 is all about 3D rendering with very lucid explanations and plenty of code examples. I used it to do the Fortran 99 3D wireframe demo having started knowing very little about the subject.
-
3
-
-
The work flow for program development seems quite slow. On the other hand the execution speed is pretty good and certainly faster than UCSD Pascal. Choose your poison I guess
-
2
-
-
Elite!
-
2
-

The Compact Computer 40 (CC40)
in TI-99/4A Development
Posted
I'm going to build one as soon as I get the SD card logger. It will be perfect for my CC40 wireless weather station base. Thank you for developing this much needed device!