Jump to content
Sign in to follow this  
Tpapp54321

C64 letter artifacts/ glitches

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

Share this post


Link to post
Share on other sites

Ain't seen that one before. My guess would be failing character ROM since it only affects built-in characters and not graphics. If it is socketed try re-seating it.

 

YMMV, void where prohibited, results not typical, and consult with your doctor.

Share this post


Link to post
Share on other sites

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

 

 

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...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...