Close

1322 Results for "8-bit cpu"

  • G8PP+Z80, Part 4

  • I like the idea of two separate boards, a common G8PP memory/IO/CF board, and a CPU board.  I've designed 5 CPU boards with that concept in mind.  These CPU boards have male RC2014 connector on one side and female RC2014 connector on the other...
  • CPU was synthesis passed!

  • I wrestled today with two of the remaining instructions, LDCR and STCR, but before explaining them, I did plug in the CPU to my EP994A project (TI-99/4A clone), basically replacing the external TMS99105 interface - and synthesis did pass!!!!!! Wow! I...
  • Free Run

  • It Lives! A good first step when starting a new homebrew computer is always the free run test — wire a simple repeatable instruction to the data bus (e.g. NOP), place pull resistors on all CPU inputs, and give it a good clock signal. The CPU will...
  • Finalized on Bus

  • I began laying out my modified RC2014 bus and I realized it has more problems than just missing signals. There's not termination, layout is not friendly to cross coupling concerns, etc. It's a great breakout for a z80 but it's a badly designed...
  • Kemitron 3000

  • I managed to find the specification of a Kemitron K3000E, in a PhD Thesis from Loughborough University, where a K3000 was in use in 1986. Processor:  Z80A, 4MHz. RAM: 64K RAM. Storage: Dual 8” DS/DD Floppy Disk Drives. Interfaces: Expansion...
  • How Did Kestrel Receive its Name?

  • I get asked this a lot, so I figured I'd make a post on it.Back around 2001 to 2002 or so, long before I had even my first home-brew design working, some of my online friends and I were discussing making a computer built around the 65816 microprocessor,...
  • Next Steps

  • I've been thinking about next steps for this project.  It's been quite successful for its intended purpose, allowing me to experiment with different timings and resolutions.  The 640x256 upgrade last week has been working well since then, and...
  • Thinking about a framebuffer...

  • I would LOVE to provide a decent video output to this system. However modern displays easily exceed the capacity of a 16-bits CPU.I don't want to limit the display to 320×200px like the mode13h in the ol'PC. I'd like 800×600 or even a decent...
  • Background Design Story Time

  • So when I first started this project, the intent was to create a smart display which could be mounted to the wall, or even be propped on a kitchen counter or desk.  The other thing I wanted as a feature for the project which makes this different...
  • Introducing COMET68k

  • In The Beginning The story of COMET68k really starts back in July 2021. I had introduced a friend to the Motorola 68000 CPU and he was in the process of designing and building his first project using one of these processors. During the preceeding couple...
  • Decoupled Globules

  • One design goal of the F-CPU is to increase efficiency with smart architecture features, and with the FC1 I would like to get closer to OOO performance with in-order cores. You can only go so far with all the techniques already deployed and explored...
  • Kestrel-3 Hardware Design Approach

  • Ideally, I'd like to synthesize the Kestrel-3 in an FPGA board with a price/performance tradeoff in the same ballpark as the venerable Digilent Nexys-2 board (no longer manufactured). However, contemporary FPGA development boards are either too simple,...