• thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    0
    ·
    29 days ago

    Sounds a bit like a repogrammable ROM (which is no longer ROM in that case, ROM=Read Only Memory). Kinda what FPGA does, if I’m not mistaken (and what you were referring to, right?).

    If you take a look at the die you’ll find what is in effect a ROM on board, a look-up table defining what each instruction does. A machine with said capability can change this ROM, and not merely emulate a different instruction set, but be that instruction set.

    • barsoap@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      29 days ago

      Some more technical info.

      It’s an legit 8-bit CPU implemented with TTL chips, what makes it a different beast than what they did back in the days that its microcoding isn’t kneecapped. It would absolutely have been possible back in the days to build exactly such a thing, even from precisely those components. At least the TTL part, that is, I bet there’s wibbles around VGA etc. And because I already hear the detractors yes, 8-bit CPUs were microcoded: They decoded multiple external instructions into a stream of “load from memory, fetch from register so and so, switch on the ALU, put what’s in the ALU output somewhere”. They kept it as simple as possible and it wasn’t reprogrammable but that stuff there, that’s microcode.

      Implementing CPUs in TTL chips also isn’t a new idea, that’s how early minicomputers were made (later on they got some specialised chips). And those things also used ROMs for their microcode. So you could say that this is a minicomputer capable of pretending to be different 8-bit microcomputers.

      FPGAs are a completely different technology, those allow you to arrange logic in a (more or less) arbitrary topology. That is, looking at that board with all those TTL chips, it’d be the equivalent of being able to re-route all the board traces as you please.

    • PenguinTD@lemmy.ca
      link
      fedilink
      English
      arrow-up
      3
      ·
      29 days ago

      not necessary FPGA but can be re-writable: see

      https://electronics.stackexchange.com/questions/243712/eeprom-is-a-read-only-memory-so-why-can-i-write-to-it

      I am not good in that hardware emu branch but my guess is that they pick something that can drive and matches original clock speed as the old programmable rom was no longer produced. (the antique people would buy old broken ones and rip parts off them or try to restore them.)