Skip to main content

Questions tagged [dram]

Dynamic Random Access Memory and its use in retrocomputers.

-2 votes
1 answer
257 views

I'm looking at a pinout of the 1103, a 1kb DRAM. It has address pins A0 through A8. 2^9 = 512 bits, not 1,024. So how did it address 1,024 bits?
Maury Markowitz's user avatar
16 votes
8 answers
6k views

An important innovation for dynamic RAM was multiplexing address lines, so a 2^N-bit chip only needs N/2 address pins, which helps keep cost down. Why didn't CPUs match this? Setting aside e.g. the ...
rwallace's user avatar
  • 65.3k
2 votes
0 answers
281 views

While the upper DRAM chips for the ZX Spectrum (4164) are more stable and still accessable, the lower DRAM chips (4116) will become a critical component in the future. One of the solutions to this ...
Pygmalion's user avatar
  • 121
9 votes
1 answer
1k views

An 8-bit computer wanting 64K of RAM, could most straightforwardly use eight 64kx1 DRAM chips (64kbit, 1 data line). The Commodore 64 initially did this, but in the mid-80s, the cost-reduced redesign ...
rwallace's user avatar
  • 65.3k
9 votes
1 answer
616 views

The unexpanded Vic-20 had 5K of RAM. This was quite small even by 1981 standards, but it was trying to be cheap enough for consumers to buy, and it succeeded, selling over 2 million units. One reason ...
rwallace's user avatar
  • 65.3k
16 votes
1 answer
3k views

4096-bit dynamic RAM chips were commonly used for main memory in microcomputers of the late seventies. According to the Mostek MK4096 datasheet, it was sold in various speed grades, with the slowest ...
rwallace's user avatar
  • 65.3k
8 votes
1 answer
1k views

As a programmer I knew that on the C64 the CPU got the bus in the high phase of PHI2 and the VIC-II got it in the low phase and also stole extra high phases when required. However, it wasn't until ...
Robin Elvin's user avatar
4 votes
1 answer
365 views

The Apple II uses non-linear frame buffers for text and graphics. Rather than storing each line in sequence at lines 0-23: $400, $428, $450, $480,¹ ..., $7D0 it stores them at lines 0- 7: $400, $...
cjs's user avatar
  • 29.5k

15 30 50 per page