• Please review our updated Terms and Rules here

Recent content by -N2

  1. N

    30 pin SIMM memory for RC2014 z80 Processor

    Whee 64MB! https://www.ebay.com/itm/116328614196?
  2. N

    30 pin SIMM memory for RC2014 z80 Processor

    mostly latches or bus muxes I presume?
  3. N

    30 pin SIMM memory for RC2014 z80 Processor

    With 5-volt CPLD chips becoming harder to source, how many 74-series chips would it take to build this DRAM interface circuit?
  4. N

    30 pin SIMM memory for RC2014 z80 Processor

    This might be doable with a large bank switchable memory card,
  5. N

    30 pin SIMM memory for RC2014 z80 Processor

    Mixing legacy 5-volt systems with the newer low-voltage stuff is when hobby projects become less enjoyable.
  6. N

    30 pin SIMM memory for RC2014 z80 Processor

    With an additional latch, the A15 line might be used to toggle between two independent banks. Where one set of bits from RegB is used to control the lower 32K and another for the upper 32K. I am not aware of any existing code that could use all that, but it seems technically feasible. Who knows...
  7. N

    30 pin SIMM memory for RC2014 z80 Processor

    Yes that last bit about RegB on A8-A15. Thinking about it some more, A0-A7 + 4 LSB bits from RegB during Ras A8-A14 + 4 MSB bits from RegB with A15 placed as the MSB during CAS is a clean way to handle the different SIMM sizes in software. With anything less than a 16MB SIMM the A15 pin isn't a...
  8. N

    30 pin SIMM memory for RC2014 z80 Processor

    Would it be possible to cheat by asserting the high byte during an I/O write? Well perhaps I should first ask how you are converting the 15-bit linear address into the two-part Ras/Cas addressing for the SIMM30 memory. Is it as simple as using the first 12 Least significant bits for the first...
  9. N

    30 pin SIMM memory for RC2014 z80 Processor

    Heh I made an 80-pin carrier board for an Arduino Mega2560 if you'd like to try it. I'll have to dig up the design files; I think I included a SIP header for this uSD card adapter https://www.pololu.com/product/2587 I recall the purpose of this abomination was to have enough GPIO to monitor all...
  10. N

    30 pin SIMM memory for RC2014 z80 Processor

    I wonder if a super crude hack of flip/flopping the 8th bit clocked from the LSB would work to interleave the refresh cycles.
  11. N

    30 pin SIMM memory for RC2014 z80 Processor

    Can your board work with the Z80Ctrl board? The ctrl board has an AVR Microcontroller on it to act as a pony processor to load SRAM on a companion support board. Such a model enables a system with only RAM and no ROM. Is there enough space in the CPLD to fill the bottom 32KB of address space...
  12. N

    30 pin SIMM memory for RC2014 z80 Processor

    To be frank I trust the sellers on AliExpress more than any eBay vendor I have ever dealt with.
  13. N

    30 pin SIMM memory for RC2014 z80 Processor

    Not everyone can source the specified PLCC-packaged z80 CPU.
  14. N

    30 pin SIMM memory for RC2014 z80 Processor

    the 80 pin interface appears to have these signals, https://smallcomputercentral.com/wp-content/uploads/2023/03/rcbus-specification-v1.0-2023-03-17.pdf
  15. N

    Z80 speed

    I was unaware this specific version of the chip supports the PC ISA bus, who knows a PC AT bus CPU card might be nice.
Back
Top