Return-Path: <jonesthechip@logicmagic.co.uk>
Delivered-To: craig@sbc-85.com
Received: from gator4254.hostgator.com
	by gator4254.hostgator.com with LMTP
	id uiMoDhRWCWXYuQ0AcizydQ
	(envelope-from <jonesthechip@logicmagic.co.uk>)
	for <craig@sbc-85.com>; Tue, 19 Sep 2023 03:04:36 -0500
Return-path: <jonesthechip@logicmagic.co.uk>
Envelope-to: craig@sbc-85.com
Delivery-date: Tue, 19 Sep 2023 03:04:36 -0500
Received: from smtp31.cix.co.uk ([77.92.64.18]:38477 helo=smtp1.cix.co.uk)
	by gator4254.hostgator.com with esmtps  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.96)
	(envelope-from <jonesthechip@logicmagic.co.uk>)
	id 1qiVil-003lth-0K
	for craig@sbc-85.com;
	Tue, 19 Sep 2023 03:04:36 -0500
Received: (qmail 23582 invoked from network); 19 Sep 2023 09:04:23 +0100
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed;
	d=logicmagic.co.uk; s=cix; x=1695715463; h=Message-ID:From:To:
	References:In-Reply-To:Subject:Date:Organization:MIME-Version:
	Content-Type:Importance:X-Mailer; bh=YC7oe6nx1xy4iqcyRghoQhmffRw
	=; b=O9aYZ3zFAziLhmUU8N1c5wyxXAn19p6Un78SNNuvOQ4lJREBz21h0+Cw57y
	Wgbxup/mQ36AeOmWFC6htu/gCZtFWZXrc8FtF9NKWCZLEU0pAjqoLFmmIZuet4nv
	+8JDxkyqKs/2LE0gOj3wmdBoo/ySrS0Kbq/l8ZvUcdB5w8ZM=
Received: from unknown (HELO LM010) (86.129.211.241)
  by smtp1.cix.co.uk with SMTP; 19 Sep 2023 09:04:23 +0100
Message-ID: <A676A9A954D440DDA8EB3D7C2246D0FC@LM010>
From: "Sid Jones" <jonesthechip@logicmagic.co.uk>
To: <craig@sbc-85.com>
References: <CABr82SLAMOUwp+3KkiGbuLLAmzjVVkCZiXc_L358cuRzb=SXJg@mail.gmail.com> <002301d96665$7d4627a0$77d276e0$@sbc-85.com> <5BF15F2CAC7942E8AA92A5CF7141C4CF@LM010> <098201d9ea99$e990b110$bcb21330$@sbc-85.com>
In-Reply-To: <098201d9ea99$e990b110$bcb21330$@sbc-85.com>
Subject: Re: imm6-28 board layout...
Date: Tue, 19 Sep 2023 09:04:20 +0100
Organization: Logic/Magic
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0042_01D9EAD8.46944D20"
X-Priority: 3
X-MSMail-Priority: Normal
Importance: Normal
X-Mailer: Microsoft Windows Live Mail 16.4.3528.331
X-MimeOLE: Produced By Microsoft MimeOLE V16.4.3528.331
X-Spam-Status: No, score=-0.7
X-Spam-Score: -6
X-Spam-Bar: /
X-Spam-Flag: NO

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01D9EAD8.46944D20
Content-Type: text/plain;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable

Thanks for the update!

I=E2=80=99m digging through the logic of the memory board to see how it =
does the in/out and nibble business. If I find anything of interest, =
I=E2=80=99ll report!


I=E2=80=99ve started powering up the boards and the total =E2=80=9310 =
volts current so far looks a bit much for a PC PSU. (Well, my PSU is =
rated at 0.5 A. Time to scrounge a beefier version?) And time for a bit =
more testing.


This is a bit of nostalgia, in that I started with this intellec 4 mod =
40 at Uni and then jumped to a MDS-888 (which is under my desk!) at my =
one and only place of employment.

Being spoiled by floppy discs (all of 500K) and missing out on the =
cassette tape stage of microcomputer evolution, I later bought a =
Series-III for my business. That=E2=80=99s in the garage... With its =
=E2=80=98white=E2=80=99 cousin for spares...

Given that PCs and Windows have gone in a direction that I do not wish =
to follow, perhaps all these venerable beasts will take pride of place =
on my desk again...

Regards

Sid

From: craig@sbc-85.com=20
Sent: Tuesday, September 19, 2023 2:37 AM
To: 'Sid Jones'=20
Subject: RE: imm6-28 board layout...

Hi Sid,

=20

For power, I just use a PC-AT power supply for these sorts of things =
since it has all the +5V I ever need (30+ amps) and the -5V when I need =
it.  I do have to drop the -12 to -9V but I put a LM7909 on the =
backplane for that purpose.

=20

I have attached the build files for the imm6-28 reproduction board v1.0

I need to refresh my memory as to where I left off on this project.  I =
am pretty sure that I had fully tested this board, I do not see any =
patches on the ones I built.  The only thing on my change list is that =
the ejector hole needs to be enlarged to 0.109=E2=80=9D

=20

For the MOD 40, don=E2=80=99t you need to retain the byte1 byte2 =
functionality for nibble transfers?  If so, using a pair of 6168s may be =
better.  One for the low nibble, another for the high.  The addresses up =
through /MAD_11 could be wired right through to the chips.  All of the =
/CEn signals can be ignored.

Changing from individual DataIN and DataOUT to a common Data I/O pin =
presents the biggest issue.  WDENBL is asserted when this board is =
addressed and a /WRITE strobe goes low.  The board then passes through =
the write data and latches the data when /WR goes high.  Then the actual =
/WR to the RAM comes along, delayed by the two 9602 monostables.  The =
3404 output presents that data byte RAM until the next data byte is =
latched.  That presents a problem with a common I/O pin since it will =
cause contention when the RAM goes into a read mode and turns on =
it=E2=80=99s output transceivers.

=20

I was thinking that using a larger RAM was going to be trivial until I =
started thinking about going from dedicated data in/out lines to a =
common data I/O.  I think that presents enough of a problem that it =
isn=E2=80=99t worth considering larger RAM with common I/O.  maybe I am =
not seeing this correctly, it has been a long time since I looked at =
this schematic or thought about this board.  Maybe I did a video on the =
details of this board so that future-me could catch up with what past-me =
already figured out.  Let me know if I am wrong.

=20

Regards

craig

=20

=20

From: Sid Jones <jonesthechip@logicmagic.co.uk>=20
Sent: Saturday, September 16, 2023 6:49 AM
To: craig@sbc-85.com
Subject: imm6-28 board layout...

=20

I=E2=80=99m busy refurbishing an intellec 4 mod 40 and trying to get the =
electronics work outside the box.

=20

(I had this particular box =E2=80=93 SN/027 - back in 1975-1977 for my =
post-grad studies.)

=20

The CPU card works (with re-programmed 1702A EPROMs) on the backplane =
out of the case. See pic!

=20

However, I=E2=80=99m having to lash up several bench power supplies to =
provide the amount of amps needed at 5 volts.

=20

The original Power-1 PSUs work, but are awaiting a bit of soaking on =
load in a safe environment, to check that they won=E2=80=99t go pop any =
time soon.

=20

Which brings me to the imm6-28 board, which cooks along at 1.25-2.5 =
amps. A toasty 6.25W-12.5W. For meagre 4 K of RAM.

=20

You have a reproduced board design and I wonder if either a copy of the =
PCB or the design files are available?

=20

My thoughts are to jury rig said board to take something a bit less =
power hungry, such as a pair of 6116 RAMs, to reduce stress and improve =
reliability.

=20

Comments gratefully received!

=20

Regards

=20

Sid Jones

Logic/Magic

12 Meadowcroft

Cross Lanes

Wrexham

GB LL13 0UJ

=20

(44) 7836 592040

=20

=20

------=_NextPart_000_0042_01D9EAD8.46944D20
Content-Type: text/html;
	charset="utf-8"
Content-Transfer-Encoding: quoted-printable

<HTML xmlns=3D"http://www.w3.org/TR/REC-html40" xmlns:v =3D=20
"urn:schemas-microsoft-com:vml" xmlns:o =3D=20
"urn:schemas-microsoft-com:office:office" xmlns:w =3D=20
"urn:schemas-microsoft-com:office:word" xmlns:m =3D=20
"http://schemas.microsoft.com/office/2004/12/omml"><HEAD>
<META content=3D"text/html; charset=3Dutf-8" http-equiv=3DContent-Type>
<META name=3DGenerator content=3D"Microsoft Word 15 (filtered medium)">
<STYLE><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
span.EmailStyle19
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;
	mso-ligatures:none;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></STYLE>
</HEAD>
<BODY lang=3DEN-US style=3D"WORD-WRAP: break-word" dir=3Dltr link=3Dblue =
vLink=3Dpurple>
<DIV dir=3Dltr>
<DIV style=3D"FONT-SIZE: 12pt; FONT-FAMILY: 'Calibri'; COLOR: #000000">
<DIV>Thanks for the update!</DIV>
<DIV>&nbsp;</DIV>
<DIV>I=E2=80=99m digging through the logic of the memory board to see =
how it does the=20
in/out and nibble business. If I find anything of interest, I=E2=80=99ll =
report!</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I=E2=80=99ve started powering up the boards and the total =
=E2=80=9310 volts current so far=20
looks a bit much for a PC PSU. (Well, my PSU is rated at 0.5 A. Time to =
scrounge=20
a beefier version?) And time for a bit more testing.</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>This is a bit of nostalgia, in that I started with this intellec 4 =
mod 40=20
at Uni and then jumped to a MDS-888 (which is under my desk!) at my one =
and only=20
place of employment.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Being spoiled by floppy discs (all of 500K) and missing out on the =
cassette=20
tape stage of microcomputer evolution, I later bought a Series-III for =
my=20
business. That=E2=80=99s in the garage... With its =
=E2=80=98white=E2=80=99 cousin for spares...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Given that PCs and Windows have gone in a direction that I do not =
wish to=20
follow, perhaps all these venerable beasts will take pride of place on =
my desk=20
again...</DIV>
<DIV>&nbsp;</DIV>
<DIV>Regards</DIV>
<DIV>&nbsp;</DIV>
<DIV>Sid</DIV>
<DIV=20
style=3D'FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: =
"Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; =
DISPLAY: inline'>
<DIV style=3D"FONT: 10pt tahoma">
<DIV>&nbsp;</DIV>
<DIV style=3D"BACKGROUND: #f5f5f5">
<DIV style=3D"font-color: black"><B>From:</B> <A =
title=3Dcraig@sbc-85.com=20
href=3D"mailto:craig@sbc-85.com">craig@sbc-85.com</A> </DIV>
<DIV><B>Sent:</B> Tuesday, September 19, 2023 2:37 AM</DIV>
<DIV><B>To:</B> <A title=3Djonesthechip@logicmagic.co.uk=20
href=3D"mailto:jonesthechip@logicmagic.co.uk">'Sid Jones'</A> </DIV>
<DIV><B>Subject:</B> RE: imm6-28 board layout...</DIV></DIV></DIV>
<DIV>&nbsp;</DIV></DIV>
<DIV=20
style=3D'FONT-SIZE: small; TEXT-DECORATION: none; FONT-FAMILY: =
"Calibri"; FONT-WEIGHT: normal; COLOR: #000000; FONT-STYLE: normal; =
DISPLAY: inline'>
<DIV class=3DWordSection1>
<P class=3DMsoNormal>Hi Sid,<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal>For power, I just use a PC-AT power supply for =
these sorts of=20
things since it has all the +5V I ever need (30+ amps) and the -5V when =
I need=20
it.&nbsp; I do have to drop the -12 to -9V but I put a LM7909 on the =
backplane=20
for that purpose.<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal>I have attached the build files for the imm6-28 =
reproduction=20
board v1.0<o:p></o:p></P>
<P class=3DMsoNormal>I need to refresh my memory as to where I left off =
on this=20
project.&nbsp; I am pretty sure that I had fully tested this board, I do =
not see=20
any patches on the ones I built.&nbsp; The only thing on my change list =
is that=20
the ejector hole needs to be enlarged to 0.109=E2=80=9D<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal>For the MOD 40, don=E2=80=99t you need to retain =
the byte1 byte2=20
functionality for nibble transfers?&nbsp; If so, using a pair of 6168s =
may be=20
better.&nbsp; One for the low nibble, another for the high.&nbsp; The =
addresses=20
up through /MAD_11 could be wired right through to the chips.&nbsp; All =
of the=20
/CE<I>n</I> signals can be ignored.<o:p></o:p></P>
<P class=3DMsoNormal>Changing from individual DataIN and DataOUT to a =
common Data=20
I/O pin presents the biggest issue.&nbsp; WDENBL is asserted when this =
board is=20
addressed and a /WRITE strobe goes low.&nbsp; The board then passes =
through the=20
write data and latches the data when /WR goes high.&nbsp; Then the =
actual /WR to=20
the RAM comes along, delayed by the two 9602 monostables.&nbsp; The 3404 =
output=20
presents that data byte RAM until the next data byte is latched.&nbsp; =
That=20
presents a problem with a common I/O pin since it will cause contention =
when the=20
RAM goes into a read mode and turns on it=E2=80=99s output =
transceivers.<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal>I was thinking that using a larger RAM was going to =
be=20
trivial until I started thinking about going from dedicated data in/out =
lines to=20
a common data I/O.&nbsp; I think that presents enough of a problem that =
it isn=E2=80=99t=20
worth considering larger RAM with common I/O.&nbsp; maybe I am not =
seeing this=20
correctly, it has been a long time since I looked at this schematic or =
thought=20
about this board.&nbsp; Maybe I did a video on the details of this board =
so that=20
future-me could catch up with what past-me already figured out.&nbsp; =
Let me=20
know if I am wrong.<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal>Regards<o:p></o:p></P>
<P class=3DMsoNormal>craig<o:p></o:p></P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<DIV>
<DIV=20
style=3D"BORDER-TOP: #e1e1e1 1pt solid; BORDER-RIGHT: medium none; =
BORDER-BOTTOM: medium none; PADDING-BOTTOM: 0in; PADDING-TOP: 3pt; =
PADDING-LEFT: 0in; BORDER-LEFT: medium none; PADDING-RIGHT: 0in">
<P class=3DMsoNormal><B>From:</B> Sid Jones =
&lt;jonesthechip@logicmagic.co.uk&gt;=20
<BR><B>Sent:</B> Saturday, September 16, 2023 6:49 AM<BR><B>To:</B>=20
craig@sbc-85.com<BR><B>Subject:</B> imm6-28 board=20
layout...<o:p></o:p></P></DIV></DIV>
<P class=3DMsoNormal><o:p></o:p>&nbsp;</P>
<DIV>
<DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: =
black">I=E2=80=99m busy=20
refurbishing an intellec 4 mod 40 and trying to get the electronics work =
outside=20
the box.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">(I =
had this=20
particular box =E2=80=93 SN/027 - back in 1975-1977 for my post-grad=20
studies.)<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">The =
CPU card=20
works (with re-programmed 1702A EPROMs) on the backplane out of the =
case. See=20
pic!<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: =
black">However, I=E2=80=99m=20
having to lash up several bench power supplies to provide the amount of =
amps=20
needed at 5 volts.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">The =
original=20
Power-1 PSUs work, but are awaiting a bit of soaking on load in a safe=20
environment, to check that they won=E2=80=99t go pop any time=20
soon.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">Which =
brings me=20
to the imm6-28 board, which cooks along at 1.25-2.5 amps. A toasty =
6.25W-12.5W.=20
For meagre 4 K of RAM.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">You =
have a=20
reproduced board design and I wonder if either a copy of the PCB or the =
design=20
files are available?<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">My =
thoughts are=20
to jury rig said board to take something a bit less power hungry, such =
as a pair=20
of 6116 RAMs, to reduce stress and improve=20
reliability.<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: =
black">Comments=20
gratefully received!<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">Regards<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">Sid=20
Jones<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">Logic/Magic<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">12=20
Meadowcroft<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">Cross =

Lanes<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">Wrexham<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">GB =
LL13=20
0UJ<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN style=3D"FONT-SIZE: 12pt; COLOR: black">(44) =
7836=20
592040<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV>
<DIV>
<P class=3DMsoNormal><SPAN=20
style=3D"FONT-SIZE: 12pt; COLOR: =
black">&nbsp;<o:p></o:p></SPAN></P></DIV></DIV></DIV></DIV></DIV></DIV></=
DIV></BODY></HTML>

------=_NextPart_000_0042_01D9EAD8.46944D20--

