=====================================================
15:47, 3:47 PM, Wednesday, July 29th, 2026
Re: Convert 68008 Outputs to Both /UDS & /LDS
All -
I came up with an idea of how to create both the
/UDS & /LDS on the 68008 CPU Card for the RCBus-68k.
Using a 74LS04 Inverter and a 74LS32 2-input OR gate,
and using the 68008 Address Line A0 and the single
/DS Data Strobe Output, we get:
------------------------------------------------
For generating /UDS:
(NOT A0) OR /DS == /UDS
and
For generating /LDS:
/UDS == A0 OR /DS === /LDS
------------------------------------------------
I sent these ideas to Mark Durham & he correctly
changed my NOR gates to OR gates.
In this manner, the A0 line does not need to
leave the 68008 CPU Card, at all, and we get both
of the /UDS and /LDS to go out onto the bus.
Thus the 68008 CPU is able to access both memory chips,
Both Upper and Lower bytes, of Mark's 16-bit ROM+RAM
Cards that he created for his 16-bit 68000 CPU cards.
I will be implementing this on my 68008 card and
I feel certain that Mark will do so soon. He is
also working on a 68008 CPU card at the moment,
as well as other cards.
Harry
cc: self
===================================================
--
You received this message because you are subscribed to the Google Groups "retro-comp" group.
To unsubscribe from this group and stop receiving emails from it, send an email to retro-comp+...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/retro-comp/8d149edc-40be-41f2-8022-54c22eea3dccn%40googlegroups.com.
On 30 Jul 2026, at 14:55, 'Andrew Lynch' via retro-comp <retro...@googlegroups.com> wrote:
To view this discussion visit https://groups.google.com/d/msgid/retro-comp/998603671.1954005.1785419745612%40mail.yahoo.com.
But that's a completely different physical configuration- let alone electrical. Isn't the point of this about supporting 68k CPUs on RC-Bus?