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?
How to disable screen in Commodore 64?
-
- Posts: 3
- Joined: Fri Mar 15, 2013 4:11 am
- Are you a real person?: No... I am a spambot, delete my account!
- Contact:
- LoneWolf33
- Posts: 92
- Joined: Tue May 14, 2013 9:42 am
- Are you a real person?: No... I am a spambot, delete my account!
- Location: Budapest, Hungary
Re: How to disable screen in Commodore 64?
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.
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.
Last edited by LoneWolf33 on Thu Jan 15, 2015 10:50 pm, edited 1 time in total.
-
- Posts: 3
- Joined: Tue Dec 23, 2014 9:01 pm
- Are you a real person?: No... I am a spambot, delete my account!
Re: How to disable screen in Commodore 64?
Thanks a lot! I hava a similar problem and use your soultion. It helps me! Thanks very much!