Hello everyone,
I've finished putting together a repository for one of my long-term projects, Blitz.
Blitz is a Motorola 68030 based homebrew that I've spent nearly the last 3 years working on.

For a more detailed rundown, more pictures, and all the project files, check out the
GitHub repositorySome specs:
- Motorola 68030 @25-50MHz + 68882 FPU
- 4MB of static RAM + 64MB DRAM
- 512k of Flash ROM
- VT8242 based PS/2 Keyboard interface
- AIC37C65CL based Floppy interface
- ATA hard disk interface
- 3x 8-bit ISA expansion slots
- Single XC9572XL CPLD doing all logic
The board is designed loosely following the microATX form-factor, which means it can be installed in a standard PC case, should you want to do that.
Blitz runs a homebrew OS I wrote called G-DOS, which includes useful things like a command shell and memory monitor.
For more information about G-DOS specifically, visit the
other topic I started in the software board.
Some parts remain are unfinished, like the DRAM interface, which I have yet to get working correctly.
I consider Blitz to be "complete" for the sake of my own sanity so I can focus on other projects, though I do still plan to work on it further to polish it up.
Any updates and stuff will of course be posted here.