Products > Vintage Computing

Help with homebrew 64k x 1 RAM arrangement

(1/2) > >>

RetroPhase2015:
Hi,
 I've been having some trouble registering and then my post was lost when my login timed out so I'll make this post a bit shorter.
Basically, I've been doing hobby electronics for a year and I am making my first Z80 homebrew system based on the schematics for the ZAP computer in the book 'Build Your Own Z80 Computer' by Steve Ciarcia.

The design uses Intel 2114 chips, which are 1K x 4 bit, arranged in pairs. The ZAP in it's test configuration has 2K provided by four chips and can be expanded to 8k.
It's taken me six months to gather together the parts for this build as, being a beginner, I wanted to copy the plans directly. However, I've now decided to make the system into something a little more useful and as such have bought a tube of eight M3764A-15 64kx1 RAM chips.

I understand that eight of these chips would make a 64Kb RAM size. I also understand that without paging techniques the Z80 can only address a total of any combination of RAM and ROM.
The 64k x 1 RAM has a different number of pins to the 1k x 4, and I was wondering if someone could point me in the direction of some example schematics for how to connect the M3764A-15 RAM to a Z80. Most of what I have found has Motorola chips from the 6800 family which isn't helping.

As a beginner hobbyist, I'm not sure I want to get into paging memory just yet - I suppose with the 2K 2816 EEPROM I have (drop in replacement for the book's 2716), I could use 48K or 56K of the RAM chips?

I have attached my schematic, which has three 8T97's attached to the Z80 and the Intel 2114 RAM, directly based on drawings in Ciarcia's book.
Any help would be appreciated.

elgonzo:
Why exactly do you want to use M3764A?
Those chips have a multiplexed address bus and separate data input and output pins - that's not exactly making your life easier...

It would be much better if you would use RAM that does not have a multiplexed address bus and neither separate data input and output pins. (And if you would choose SRAM, you could also do away with the refresh logic...)

cosmicray:
The original 2114 was static RAM, while the M3764A-15 is dynamic RAM. The 2114 has 4-wide data lines, so you need 2 per 4k bytes of storage. The M3764A-15 has 1-wide data line, so you would need a minimum of 8 to get 8-wide access (even if you do not access more than 8k of address space).

RetroPhase2015:
Hi everyone,
    thanks for the help. I actually have a Toshiba 128k SRAM  already. As it came with some CMOS logic IC's I just assumed that it couldn't be used in a TTL computer.

I suppose the only reason I would use the 64k x 1 chips now I have your various replies is in fixing an existing vintage computer with no space on the PCB for mods.

Thanks  :)

KerryW:
8T97??  Do they still make those?

I presume that you know that it is the same as a 74LS367 and can be replaced by a 74HCT367.

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod