RetroChallenge 2017/10 – Slow progress

Well progress has been slow but thanks to some helpful and knowledgeable people (here), progress has been made.

So what do I know now that I didn’t know before? Well, I burned a ROM that just tried to access an imaginary I/O port. When I ran that and watched the _IOREQ_ line, I saw it going up and down which suggests that the program is running correctly from ROM. I put one of my screen-filling ROMS in that just access ROM and screen RAM and didn’t see any _IOREC_ activity so I think I can safely say that the processor is up and running.

About a screen.

I wanted to see if the screen output I’m seeing is coming from video RAM or is being created on the fly by the hardware fault.

So I pulled out a video RAM chip. When I powered on the machine and reset it, the pattern on the screen was different to what I had seen previously. I took another RAM chip out as well and saw a different pattern. Each RAM chip on the Nascom-1 is 1 bit wide and so unfilled sockets will make the corresponding bit float high when accessed.

I think this means that the video RAM is being read correctly or at least feasibly by the video circuitry.

So now I’m looking at the memory addressing and swapping chips to see if the symptoms change. I’m also waiting for some spare 74LS chips to arrive so I have some contingency.

 

More soon.

2 thoughts on “RetroChallenge 2017/10 – Slow progress”

  1. Very familiar stuff. 🙂 I’m over in British Columbia, Canada and got myself a Nascom-1 which I’ve just spent the past week getting going. Mine was especially tricky because someone had really gone all out in modding it and there were lots of broken wires, traces, etc. My repair progression was similar to yours. I found replacing a bad 81LS97 got me out of the ‘screen-of-garbage-that-won’t-go-away’. The 74LS273 was no good, producing a screen very much like yours. Luckily I had two spares.. turned out one of those was bad also! I also hit on an issue with the 123 at IC18 (I hate those.. always get bad ones). That was causing columns of text to be lost. As of yesterday morning it works! I’m now trying to get the NASBUS stuff working again including the ‘Bugger Board’. Good luck with yours!

    1. Hi Brad and thanks for dropping by.

      I think I’ve been following your progress over on the VCFed forums and it’s been great reading. I’m so glad another of these splendid little machines has been revived.

      You’ve inspired me to try again with mine but I’ve got a few more jobs on my plate before I can get back to it.

      All the best,

      Andy.

Leave a Reply

Your email address will not be published. Required fields are marked *