Project Zeta - RAM

Project Zero : The RAM In continuation of the development of Project Zeta, the small compact Z80 based microcomputer that I am slowly learning on, comes the next installment.. The RAM board! Now this is actually performing double duty as the ROM as well, as the inital plan is to program the RAM at boot with the program that the system is to be executed. Design The RAM board is designed to provide a nice simple breakout for two 32k SRAM IC’s onto the memory bus for the Z80, nothing fancy here, no bank switching or real logic....

July 15, 2016 · 4 min · Ben V. Brown

Project Zeta - MCU

Project Zero : The MCU (Programmer) To begin the design and creation of the project I worked on the base board of the design.. The Microcontroller, an Atmega 2560 was chosen to form the programmer and interface to the whole system primarily because of its large pin count and also I happened to have a few left over from a previous project. The Atmega is configured to run from its internal 8Mhz oscillator and to also output this out the CLKOUT pin so that later on this can be used to provide the system clock to the Z80, this is switched with a GPIO that can be used for single stepping support via a 74AC157 Logic gate....

July 12, 2016 · 3 min · Ben V. Brown

Project Zeta

I have been following Veronica, a 6502 based computer being built by Quinn Dunki over at Blondihacks since the projects beginning in late 2011. Recently when sorting through my stock of collected parts I realized had almost all of the the required parts on hand. Whenever people talk about what they learned to program on it tends to come back to a few main chips, namely the 6502,z80 and the 6800....

May 8, 2016 · 2 min · Ben V. Brown