Search found 133 matches

by poglad
Sun May 18, 2014 3:41 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

PokeMon wrote:So I meant to measure the pin 27 of EPROM (/WR).
What voltage do you have here ?
That pin is high on my board - ROM position 6.
by poglad
Fri May 16, 2014 10:44 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

I have J100 positioned over the rightmost 2 pins, with one unconnected pin immediately to the left.
Okay, just to check - my IC2 is a 28C256 chip, and the pinouts I see on the internet say that A14 is pin 1 not pin 27. That would be 27C256. I maybe gave you some bad information earlier.
by poglad
Fri May 16, 2014 8:00 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

This is all encouraging, thanks guys! By the way, you have to reset after turning the ROM switch or turn it while power-off - I hope this is clear. ;) Yep, I got that. :) Okay, pin 1 - A14 - is 0 as expected. So that's something. In fact, A14 to A9 are all zero. /WE is 1 again as expected, /CE is 1 ...
by poglad
Fri May 16, 2014 6:11 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

That's great to know. But if there were connection problems between the ROM selector and the EEPROM, couldn't that have done something nasty to that chip?
by poglad
Fri May 16, 2014 9:52 am
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

Oh sorry, the voltage (logic level) - I was rapidly falling asleep. I'll measure it tonight. I've got a horrible feeling, with the demise of the Aszmic image, that my investigations have destroyed a chip. It was good to see that flashing cursor though, and every keypress worked. Sigh.
by poglad
Fri May 16, 2014 1:00 am
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

Thank you so much for your help! Yes I soldered R100 - a 10K resistor? Unfortunately, after trying positions 4 and 6 again (and getting a lot of random garbage on the screen), going back to position E there is no longer the Aszmic image running correctly. :o It just gives a black screen and red LEDs...
by poglad
Thu May 15, 2014 11:05 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

Thanks for that info guys. This evening I managed to solder some new legs onto the damaged X1 component - so it's back in action! :lol: Doesn't look that great, but it'll do until the new one arrives. I checked all the IC legs - no bent pins. I checked for shorts, and found three - all underneath ju...
by poglad
Thu May 15, 2014 5:22 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

Didn't check bent pins. I'll check all again - and will pick up an oscilloscope 8-) Meanwhile I'll have a relaxed weekend and not worry about the broken pins! EDIT - Just had a look, and apart from the HPS140i there's no way I can afford any of the oscilloscopes right now. Is that one capable of sho...
by poglad
Thu May 15, 2014 3:45 pm
Forum: ZX BASIC
Topic: GOTO abuse
Replies: 5
Views: 3234

Re: GOTO abuse

Well, in a structured pseudo-code it would be: do k$=inkey$ loop while k$<>"1" and k$<>"2" case k$ "1": blah blah blah for case 1 "2": blah blah blah for case 2 end case So my first attempt might be: 100 LET K$=INKEY$ 110 IF K$<>"1" AND K$<>"2" THEN GOTO 100 120 IF K$="1" THEN GOTO 1000 130 IF K$="2...
by poglad
Thu May 15, 2014 1:06 pm
Forum: Development
Topic: ZX80 Core - new ZX80 motherboards
Replies: 260
Views: 119447

Re: ZX80 Core - new ZX80 motherboards

Those 6.5MHz filters seem hard to come by, so I've just ordered another directly from you PokeMon. Project will be on hiatus until next week! I hope that was what caused the problem - half-expecting you to say "no, doesn't matter which way round you put X1..." :roll: