Articles tagged with Retrocomputing

  1. PC104 Ethernet

    Overview

    When I was designing the PC104 Dragonball project, I wanted to design a simple (cheap!) PC104-based module to check I'd got the footprint and mechanical properties correct.

    This project is based around the RTL8019AS ISA Ethernet Controller. It's mostly very similar to a very typical RTL8019 reference design, but …

  2. Modular CPU Platform - MIPS processor card

    Overview

    I'm not certain why, but I've seen very few hobbyist projects based around the early MIPS processors.

    MIPS-1 is a very interesting architecture, for a few reasons:

    • Up until RISC-V, it was very heavily used as a teaching architecture in universities, so there's plenty of documentation available online
    • The …
  3. Modular CPU Platform - Update 1

    Overview

    It's been a while since I posted an update about the modular CPU project - here's the latest status.

    Main Board

    It can boot DOS!

    Not particularly well at the moment - the 8086 board isn't functional at the moment, so I'm using the MCL86 Verilog 8086 core. This works, but …

  4. A Modular CPU Platform

    Overview

    This project is nowhere near finished, but as it's taking up a lot of my free time at the moment, I thought I'd add a quick website update in case any of the work-in-progress ideas are useful.

    For a long time, I've been interested in processors, and as someone …

  5. A 68K PC104 card, based on the DragonBall SoC

    From time to time I like building retrocomputing projects based on old CPUs, and I decided that the 68K would be a fun challenge.

    The "DragonBall" is a very interesting SoC based around a 68000, with some useful peripherals added:

    • IRQ controller
    • 2x UARTs
    • 2x SPI ports
    • LCD controller

    Additionally …