Jump to content
IGNORED

Quick question about Coleco C library


Pixelboy

Recommended Posts

I could test this myself, but I'm thinking I can get clearer information by simply asking here. :)

 

I would like to know what happens exactly when screen_off() is used. Does the screen turn black until screen_on() is called? Or is the current graphic display just frozen on the TV screen?

Link to comment
Share on other sites

The screen_off() stops displaying everything except for the background colour. So that way when you are massively updating the graphics tables you don't see flashes of garbage displayed while the screen is updated.

Link to comment
Share on other sites

The screen_off() stops displaying everything except for the background colour. So that way when you are massively updating the graphics tables you don't see flashes of garbage displayed while the screen is updated.

 

Yeah, I know. But what I wanted to know is what I would see on the screen if I made intensive graphical rendering that would require a couple of NMI cycles before calling screen_on() to display the results.

 

You've pretty much answered my question, so thanks. :)

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...