Jump to content
Pixelboy

Quick question about Coleco C library

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?

Share this post


Link to post
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.

Share this post


Link to post
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. :)

Share this post


Link to post
Share on other sites

By the way, does the VDP stop sending a NMI to the CPU every 60th of a second while it is disabled this way?

Share this post


Link to post
Share on other sites

They are independent flags so I would expect the NMIs to continue as usual, but I haven't specifically done that in a while.

Share this post


Link to post
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.

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