Page 1 of 1

How to disable screen in Commodore 64?

Posted: Fri Mar 15, 2013 4:15 am
by JohnMarson
I know this question is very spesific question but I know there are some c64 code gurus around here. So, here is my question.

When I try to disable screen using $d011 trick, upper/lower border also opens. I want to do that without opening upper/lower borders. Is it possible?

Re: How to disable screen in Commodore 64?

Posted: Sat Jul 06, 2013 12:18 am
by LoneWolf33
Hi,

You can disable the screen if you put $0B value into the register $D011.
By setting the register value to $1B you can restore the screen.

I hope this is might help.

Re: How to disable screen in Commodore 64?

Posted: Wed Jan 14, 2015 6:39 pm
by Celestine
Thanks a lot! I hava a similar problem and use your soultion. It helps me! Thanks very much!