From 1756fc17b130081c5b6f8626cc633b42dd9862e1 Mon Sep 17 00:00:00 2001 From: Alan Garfield Date: Mon, 12 Feb 2018 09:46:53 +1100 Subject: [PATCH] Centered main image in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bc8776..3756066 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This is a basic implementation of the original Apple 1 in Verilog. It can run th - iCE40HX8K-B-EVN breakout - Terasic DE0 -![Apple One Running](media/apple-one.png) +

+ Apple One Running +

This project borrows heavily from the *awesome* work of Andrew Holme and his ["Pool"](http://www.aholme.co.uk/6502/Main.htm) project where he built a 6502 CPU core in Verilog using the netlist from the Visual 6502 project. Amazing stuff, and so far seems to work perfectly. Also many special thanks to ["sbprojects.com"](https://www.sbprojects.com/projects/apple1/index.php) for the wealth of information I gleaned from there.