An attempt at bootstrapping a computer with a Z280 CPU. The main intention is to have something a bit more stable for prototyping instead of relying on a solderless breadboard. It has the basic clock and pull ups needed to get the CPU running, as well as space and decoding logic for a 1MB SRAM chip, and 1MB Flash chip, both with 16-bit databus interfaces. It uses the same expansion pinout as the Computie68k project, so the arduino shield that connects to it can be reused, although it's running a bit too fast for the arduino to interrupt a bus cycle. For more details, check out the project page or github repository