Close

7 Results for "TTL computer"

  • Can we have a list of homebrew CPUs?

  • I'd be happy to curate or help with a list of Homebrew CPUs - any CPU or computer made without a standard microprocessor, whether it be TTL, or relays, or transistors, or rods and cogs. Even FPGA or CPLD based processors, so long as they are novel.
  • 3 pole switch

  • I'm working on my 8 bit TTL computer (https://hackaday.io/project/162659-8-bit-breadboard-cpu) and have just received a sack of 3 pole switches I ordered.  I'm using them to run the control signals for testing all modules working together. ...
  • Help reverse engineering electric longboard control logic

  • I'm not going to mention the brand incase there's any issues with that but a friend recently gave me a beat to hell electric longboard without the charger or controller. I'm not too worried about the charger since I'm probably going to open up the batteries...
  • IRQ - Hold and reset Circuit.

  • Working on my 8 bit TTL CPU.  I've got a version of IRQ working.  When IRQ is pulled low, it loads the IRQ instruction (FF) into the instruction register after the current instruction is finished.  I am trying to figure out the simplest...
  • Advice on bus drivers

  • Working on my TTL CPU project  https://hackaday.io/project/162659-8-bit-breadboard-cpu .  I'm working on wiring up the first block (the XY register).  I have 8 x 8 bit bus drivers for the register.  I started using 74ACT241's for...