Page 3 of 4

Re: VC20 (no serial number)

Posted: Sat May 28, 2016 9:43 am
by mrr19121970
So these are now my observations:

VIC1

CLK IN
6561-101 PIN38-39 Working.png
6561-101 PIN38-39 NOT Working.png
CLK OUT
6561-101 PIN35 Working.png
6561-101 PIN35 NOT Working.png
6502

Address Bus
6502 PIN21-24 Working.png
6502 PIN21-24 NOT Working.png
STARTUP (non working machine)
6561-101 PIN38-39 Working STARTUP.png

Re: VC20 (no serial number)

Posted: Sat May 28, 2016 9:49 am
by mrr19121970
Mike wrote: Please also check the logic level at the /IRQ and /NMI pins of the CPU (IRQ = pin 4, NMI = pin 6) - a stuck-on-0 on the IRQ, or a flakey signal on the NMI (NMI is edge-sensitive) could put the CPU into an eternal interrupt loop.
At startup

WORKING
6502 PIN4 and 6 Working.png
NON WORKING
6502 PIN4 and 6 NOT Working.png

Re: VC20 (no serial number)

Posted: Sat May 28, 2016 1:24 pm
by mrr19121970
Data lines 6502 PINS 26-33

Working
6502 PIN26-33 Working.png
Not Working
6502 PIN26-33 NOT Working.png

Re: VC20 (no serial number)

Posted: Sat May 28, 2016 1:53 pm
by mrr19121970
Following the schematic trying to find out why the address is not going through UC5&UC6 74LS138N. Hooked up the logic analyzer to one of the glue chips that I didn't socket or replace UC3 74LS02N and differences are visible (PIN5)

Working
UC3 74LS02N WORKING.png
Not Working
UC3 74LS02N NOT WORKING.png

Re: VC20 (no serial number)

Posted: Sat May 28, 2016 2:11 pm
by mrr19121970
Also UC2 74LS04N looks different too

Working
UC2 74LS04N WORKING.png
Non Working
UC2 74LS04N NON WORKING.png

Re: VC20 (no serial number)

Posted: Sun May 29, 2016 12:06 am
by mrr19121970
I replaced UC2 74LS04N and UC3 74LS02N with no improvement

Re: VC20 (no serial number)

Posted: Sun May 29, 2016 1:30 am
by mrr19121970
I am lost, I don't know how to diagnose why the address is not being populated. CC12 doesn't say what to do, only says test it.
CC12.jpg
Address lines at startup
6502 ADDRESS PIN09-25 STARTUP NOT WORKING.png
Address lines after startup
6502 ADDRESS PIN09-25 NOT WORKING.png

Re: VC20 (no serial number)

Posted: Sun May 29, 2016 4:01 am
by mrr19121970
So it seems that the KERNAL is not being loaded

Working

Address
UE12 901486-07 ADDRESS WORKING.png
Data
UE12 901486-07 DATA WORKING.png
NOT Working

Address
UE12 901486-07 ADDRESS NOT WORKING.png
Data
UE12 901486-07 DATA NOT WORKING.png

Re: VC20 (no serial number)

Posted: Thu Jun 02, 2016 2:23 am
by mrr19121970
I tested all traces around the memory and corresponding logic chips and found no breaks. I've examined all joints with a magnifying glass, and also held the board upto the light, and examined. I see no cold solder points or light.

Slowly I am thinking that eslapion is right, this is a tedious task. I will give it abit longer, before finally casting the REVC board and it's components to the 'spare part' box.

Re: VC20 (no serial number)

Posted: Fri Jun 24, 2016 11:35 am
by mrr19121970
My tedious quest continues. I bought an IC tester and found a faultly logic gates:

Code: Select all

UD9		74LS133		13 INPUT LOGIC GATE
  Blank screen.

was thrilled, and replaced it and turned on the VIC20. Still black. 2 more to test, and sure enough my Master Oscillator is showing up as 'not found' when I search for it.

Code: Select all

UB9		7402 (M53202P)	OSC	MASTER CLOCK OSC
  White screen... no RF interference in AM radio (see text). Partial 
failure can produce missing color or incorrect colors, slight or severe 
tearing of picture or diagonal lines, sounds play at incorrect pitch. 
Symptoms may only appear after warmup.
I replaced it with the 7402 from my supply. Still a black screen. Maybe I have the wrong IC ?? Texas Instruments 74HC02N ???

Re: VC20 (no serial number)

Posted: Fri Jun 24, 2016 12:19 pm
by srowe
mrr19121970 wrote: I replaced it with the 7402 from my supply. Still a black screen. Maybe I have the wrong IC ?? Texas Instruments 74HC02N ???
I don't think you are supposed to mix HC and LS devices, they have different voltage levels and propagation delays.

Re: VC20 (no serial number)

Posted: Fri Jun 24, 2016 12:41 pm
by mrr19121970
So I bought the wrong chip? I didn't even know it was a HC it was my IC tester that told me I just bought 7402.

Re: VC20 (no serial number)

Posted: Fri Jun 24, 2016 2:31 pm
by srowe
Someone more knowledgeable than me will be able to say whether the differences are significant in this case. In general I would try to use an exact match for any replacements. I accidentally used a 74HC00 instead of a 74LS00 in my VIC-1112 board, it worked fine but depending on what else is in the circuit you could end up with something that doesn't quite work right.

Re: VC20 (no serial number)

Posted: Sat Jun 25, 2016 1:46 am
by mrr19121970
Well I always thought (after being educated by a youtube video - ROLF) that the letters made no difference. Now after reading the spec sheets, I believe the LS is TTL and HC is CMOS. Not really sure why this makes any difference.

I ordered some Hitachi 74LS02 now from Hong Hong. 10 pieces for 2.50$ incl postage. I guess I can wait 4 weeks or more now.

Re: VC20 (no serial number)

Posted: Sat Jun 25, 2016 2:11 am
by srowe
mrr19121970 wrote:I believe the LS is TTL and HC is CMOS. Not really sure why this makes any difference.
Here's a page that explains the differences in input & output levels of TTL and CMOS

http://www.learnabout-electronics.org/Digital/dig33.php

If you have an input voltage of say 2.2V TTL would see that as a 1, CMOS as a 0.