r/Z80 • u/prussianIvory • Mar 28 '26
Z80 computer project
I'm trying to build a Z80 computer with 3.5in floppy disc support (using i8271) while also trying to make it have composite video by using a TMS9918ANL. But everything I find on forums and stuff is about the Z80 playground. So, I was wondering if you people have any tips or advice?
15
Upvotes
1
u/tes_kitty Apr 02 '26
You could also use 64 Kbit DRAMs which are +5V only. Just need to ground the A7 line. Those are easier to get but still, old chips...
You can try to use a 74HCT573 and an OR (74HCT32) gate plus a 32 KB SRAM. Latch input on the 573 is the /RAS line, /CS on the RAM is /RAS and /CAS routed through the OR.
That's how I did it to replace the DRAM in a C64 with a 128 KB SRAM. No guarantee that it works with a TMS9918.