From b1c9c22c471da63fa9c20b2174544b53a6901ad7 Mon Sep 17 00:00:00 2001 From: Daniel Loffgren Date: Sun, 5 Mar 2017 19:47:49 -0800 Subject: [PATCH] Create README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..3619bee --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# apple1 +The Apple 1 emulator with the boring name. + +…but hey, it's portable! + +It uses curses for output: + +![Screenshot of the Woz Monitor](https://gist.githubusercontent.com/RyuKojiro/6c3320ca21eea094513fcea796dcd76f/raw/a66748e712ea096f216e1f6dba7c90368ac5ca1d/wozmon.png) + +It can play your favorite Apple 1 games: + +![Screenshot of Microchess](https://gist.githubusercontent.com/RyuKojiro/adcff249b8d6d6080922db8285358578/raw/e2cf53cd41ee98e4c1b01348c6416695101081b9/microchess.png) + +It even has a built-in machine debugger: + +![Screenshot of the debugger](https://gist.githubusercontent.com/RyuKojiro/afa19aebb12a83a47284fec521c4a805/raw/3928cb2a815b0110e427b13eed3062d63bc9178f/a1debugger.png) + +# Building +`make` + +# Running +`./apple1`