Jump to content
IGNORED

To be black or not to be black? color question


Aloan

Recommended Posts

(very noobie question alert)

So I have a curiosity question that I guess only in here will I find the answer!

 

Is the black color necessary on the Atari 2600? if there is no color then isn't the screen black in itself without the need for color?

 

I have read somewhere that when the tv beam is off (no code entered), it does not produce a color (why that is obvious) so why is there a black color (on its NTSC palette), if black is not even writing a color (or turning on a color)? :D

Edited by Aloan
Link to comment
Share on other sites

Stay Frosty 2 or Space Rock option screen comes to mind and Spiceware had an explaination about that. If you tune your TV screen in a certain way, you could see gray colors instead of black. It basically transparent color. I assume if you had attached another graphic stuff to the unit, you could see through that while black would block the picture.

 

It could be like this Laserdisc player coorperating with the MSX graphic chip, which color 0 is transparent while it does have color black which is color 1.

https://youtu.be/1l1BK53mFvw?t=16m9s

Edited by Kiwi
  • Like 1
Link to comment
Share on other sites

You also need a black color, rather than just the blanking, because you can't turn blanking on and off fast enough to draw pixels with it. It takes a minimum of 3 CPU cycles to turn blanking on or off-- it could take longer if you need to load the A, X, or Y register first-- and each CPU cycle is 3 color clocks wide, so the smallest "pixel" you can draw this way (by turning blanking on, then immediately turning it back off) is 9 color clocks wide.

 

There's also a limitation on where you can position these "pixels," because they can start only on every third color clock, since shifting the machine code by 1 CPU cycle corresponds to shifting the "blanking pixel" by 3 color clocks.

 

Additionally, if you "draw" a background with the blanking this way, you can't move anything across it-- e.g., a spaceship flying through space-- because the raster beams can't draw the spaceship if they're turned off.

 

And finally, if you "draw" anything with the blanking, you have to figure that into the timing and sequencing of everything that's going on in your scan line loop, because you can't just set some graphics register to a desired shape and color during the horizontal blanking and let the TIA automatically draw from that graphics register at the appropriate place in the scan line.

 

So you can definitely "draw" with the blanking if you want to, but there are severe limitations.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...