I spent many, many hours with my family's TI-99/4A. I think my parents got it from Radioshack, as we had a Realistic tape deck to store programs with it. It was the base model with the speech synthesizer. It was the first computer I had ever used, and learned to program in BASIC at around 6 or 7 years old. I don't think I would be interested in programming and electronic circuits (and by extension, electronic music c…
Don't Mess with Texas – TI-99/4A Megademo [video]
61–70 of 75 posts
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#62Earlier quoted context omitted.
I'm talking about 8-bit microcomputers in general, from the late seventies to the mid-to-late eighties: https://en.wikipedia.org/wiki/Home_computer#Notable_home_com... EDIT: I owned a Commodore 64 and a TRS-80 in the eighties, and used an Apple IIe at school. These were all programmable in Basic, and although the C64 was clearly the most powerful, they were all similar in power compared to, say, an Amiga.
The Amiga used the 68K so it was more powerful than the previous microcomputers that were mostly 6502 (some Z80).
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#63The reason I'm curious is that four-phase circuitry was a big thing in the late 1960s, used in mostly-forgotten early MOS computers such as the Autonetics D-200 and the Four-Phase Systems AL1 chip. But I'd be surprised to find TI using four-phase logic in 1976.
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#64Earlier quoted context omitted.
It was my family's first computer and the one I wrote my first programs on. Three things that stuck in my craw about it were: 1. BASIC supported PEEK but there was no POKE. 2. You could save files to a disk but you had to remember the file names because there was no way to list them. 3. Lower case letters were just small versions of uppercase. For the last one, a year or so ago I actually found a dump of the Apple II…
If you plugged in the Mini Memory cartridge, it added a POKE command to TI BASIC. There was a common cartridge, "Disk Manager 2", which gave you common DOS-like disk management utilities. The lowercase font really was absurd. A few programs redefined them with much more pleasant fonts. The "Adventure" module for running the Scott Adams text adventures comes to mind.
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#65Oh wow, the TI-99/4A, I learned BASIC on this computer! If you didn't have the tape storage unit, which could save data onto an audio cassette, you had to re-type your program into the computer if the power went out or unit was reset. It also had an external voice processor as an addon which was really creepy https://www.youtube.com/watch?v=kUPkCNcT1Yw
I had a customer file (on cassette tape of course) and it tracked how much each customer owed, etc.
It was a spaghetti mess I'm sure as I knew nothing about programming but I got it to work.
Of course a paper ledger would have been just as good (and probably faster to use) but where's the fun in that?
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#66I grew up and learned basic on a TI-99/4a. It was a wonderful and simple time... but TI Basic was so incredibly slow. At least Extended Basic allowed you to use sprites and overall felt a bit faster. In TI Basic, you accessed the more interesting parts of the machine "Call" functions (e.g. "Call Color", "Call Char", "Call hchar", etc.), and I always found Commodores peek/poke mess very primitive and a bit more inacce…
I actually got a TI program published by Enter magazine but Enter went defunct before it got to print, and later appeared in 3-2-1 Contact magazine instead. "Rainbow Rectangles", can't remember the publication date. Not quite (cough) as cool as this demo.
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#67Earlier quoted context omitted.
I still have my first BASIC program for the TI-99 stored on a cassette in storage. My grandpa, who was an engineer at Parsons in Pasadena, bought it for me when I was 5 years old. My then 9-year old cousin then taught me how to program (Hi David, if you're reading this). We're both engineers now. The program, incidentally, counts to 1,000,000 and outputs each number on the screen, it took 3 days to run.
Well, the cassette is certainly probably still where you put it...
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#68Earlier quoted context omitted.
TI-99/4A was an enhanced version of TI-99/4. http://oldcomputers.net/ti994a.html
I have a TI-99/4. The keyboard is so terrible the computer is nearly unusable. It's much worse than the keyboards that usually make the "bad keyboards" list - I'd happily spend all day typing on an Atari 400 or an IBM PCjr. It makes the Timex Sinclair feel like some expensive Cherry MX board.
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#69Earlier quoted context omitted.
I have a TI-99/4. The keyboard is so terrible the computer is nearly unusable. It's much worse than the keyboards that usually make the "bad keyboards" list - I'd happily spend all day typing on an Atari 400 or an IBM PCjr. It makes the Timex Sinclair feel like some expensive Cherry MX board.
The 4A's keyboard is much better.
Re: Don't Mess with Texas – TI-99/4A Megademo [video]
#70Earlier quoted context omitted.
If you plugged in the Mini Memory cartridge, it added a POKE command to TI BASIC. There was a common cartridge, "Disk Manager 2", which gave you common DOS-like disk management utilities. The lowercase font really was absurd. A few programs redefined them with much more pleasant fonts. The "Adventure" module for running the Scott Adams text adventures comes to mind.
The Editor/Assembler program gave you a better font as well as 40 colummns instead of the normal 32.