From dad3aa0a75c53595cd1f76b904e1ae9a8c703d72 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Thu, 3 Dec 2020 05:18:28 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75de86c..efb7d77 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ Apple-1 Emulator - Emulates an Apple-1 with 32k of RAM - See [napple1](https://github.com/nobuh/napple1), [krusader](http://school.anhb.uwa.edu.au/personalpages/kwessen/apple1/Krusader.htm) -and more [software](http://www.willegal.net/appleii/apple1-software.htm). +and more [software](http://www.willegal.net/appleii/apple1-software.htm) + +Requirements +============ +- [6502 Emulation](https://github.com/jscrane/r65emu) library +- [uC-Makefile](https://github.com/jscrane/uC-Makefile) Keyboard -------- From c2dba0f1f5cb949dd810833230100e3c83960817 Mon Sep 17 00:00:00 2001 From: Stephen Crane Date: Thu, 3 Dec 2020 05:21:33 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efb7d77..e2be0f6 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Apple-1 Emulator and more [software](http://www.willegal.net/appleii/apple1-software.htm) Requirements -============ +------------ - [6502 Emulation](https://github.com/jscrane/r65emu) library - [uC-Makefile](https://github.com/jscrane/uC-Makefile)