Getting Color Output out of a TI-99/4A
netzhansa.com
Getting Color Output out of a TI-99/4A
1–10 of 36 posts
Re: Getting Color Output out of a TI-99/4A
#2Re: Getting Color Output out of a TI-99/4A
#3Re: Getting Color Output out of a TI-99/4A
#4Not to denigrate the post, but the TI-99/4A did color out of the box; this post is talking about a modern adapter board to work with a modern display instead of TI's proprietary monitor or a TV. I know because I first programmed on a TI-99/4A and we didn't have the space nor free connection to hook it to the living room TV, so I used a 13" B&W TV in my room for years before ever seeing the color that it was capable o…
Re: Getting Color Output out of a TI-99/4A
#5Fun fact about the TI-99/4A: It was actually fast, sporting a 16-bit CPU in an 8-bit era. The BASIC interpreter was slow because it, like many TI-99/4A programs, was written in a sort of interpreted bytecode that could live in video RAM/ROM. The CPU itself had access to only 256 bytes of system RAM; all other RAM in the system was video RAM that had to be accessed through the video chip. The slowness of the video RAM access, coupled with the fact that the interpreter for your BASIC ran on interpreted bytecode instead of native CPU instructions, meant that your BASIC programs would crawl, but give that 16-bit chip a chance to open up and it can do some amazing things. The game Parsec has a smooth scrolling playfield, which the TMS9918A wasn't able to achieve on its own. The CPU is shifting the scenery graphics "by hand" as part of the main game loop.
Re: Getting Color Output out of a TI-99/4A
#6Props to you. The TI-99/4A was my second -- and longest childhood -- computer. Getting one working again so perfectly warms my heart. Fun fact about the TI-99/4A: It was actually fast , sporting a 16-bit CPU in an 8-bit era. The BASIC interpreter was slow because it, like many TI-99/4A programs, was written in a sort of interpreted bytecode that could live in video RAM/ROM. The CPU itself had access to only 256 bytes…
Re: Getting Color Output out of a TI-99/4A
#7Props to you. The TI-99/4A was my second -- and longest childhood -- computer. Getting one working again so perfectly warms my heart. Fun fact about the TI-99/4A: It was actually fast , sporting a 16-bit CPU in an 8-bit era. The BASIC interpreter was slow because it, like many TI-99/4A programs, was written in a sort of interpreted bytecode that could live in video RAM/ROM. The CPU itself had access to only 256 bytes…
Re: Getting Color Output out of a TI-99/4A
#8Re: Getting Color Output out of a TI-99/4A
#9Not to denigrate the post, but the TI-99/4A did color out of the box; this post is talking about a modern adapter board to work with a modern display instead of TI's proprietary monitor or a TV. I know because I first programmed on a TI-99/4A and we didn't have the space nor free connection to hook it to the living room TV, so I used a 13" B&W TV in my room for years before ever seeing the color that it was capable o…