Jump to content
IGNORED

C64 letter artifacts/ glitches


Tpapp54321

Recommended Posts

Ever since I got my C64 powered up its been working perfectly fine for the most part minus this one glitch. Lines flicker over various letters and characters on the screen. They appear in no organized order and almost sort of flicker. Although it doesnt seem to make garbled text as the letters are displayed perfectly fine under the flickering lines/ blocks. Heres a video of what Im trying to describe:

 

So what is my problem?

DD93088F-CE8C-4291-8E2F-BE58049590D2.MOV

9D9CEA1B-CD03-422B-A644-EFFEF59D0826.MOV

Link to comment
Share on other sites

  • 2 weeks later...

Looks like a bad character rom to me too. I've had a very similar issue.

 

There's some troubleshooting you can do by typing in this short basic program.

 

http://www.devili.iki.fi/Computers/Commodore/C64/Programmers_Reference/Chapter_3/page_110.html

 

The above program will copy the character set from the ROM into RAM, then type the following.

 

POKE 53272,(PEEK(53272)AND240)+1

 

The flickering should stop because you are now mapping the VIC2 chip to use the character set from RAM but you will still have some corrupt characters.

 

Type in the following to change the letter T to a smilie face.

 

10 FOR I=12448 TO 12455: READ A:POKE I,A:NEXT
20 DATA 60, 66, 165, 129, 165, 153, 66, 60

 

 

here's an example..[ note every character has a line through it ]

 

IMG_2659.jpg

 

 

After reprogramming the letter T to a smilie face [ note.. no line through that character ]

 

IMG_2677.jpg

 

 

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