From efd376ee3b5a82e4912c4859388248a2a8206edc Mon Sep 17 00:00:00 2001 From: Brad Grantham Date: Sat, 16 Feb 2019 09:24:25 -0800 Subject: [PATCH] link to home page, add loder runner image --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcc3992..7b960fb 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,12 @@ Yet another Apple //e emulator. +![Lode Runner](http://plunk.org/~grantham/apple2e_loderunner.gif "Lode Runner") + I wrote this not because the world needed another //e emulator, but because I wanted to have the fun of building a thing from scratch to run my old Apple //e software. +I wrote a little about my motivation and the process of writing this emulator [on my personal web page](http://plunk.org/~grantham/apple2e.html). + There are several AppleSoft files in this project (`*.A`) that can be copied into the clipboard and then pasted into the emulator window with CMD-V. Thanks to [Lawrence Kesteloot](http://github.com/lkesteloot) for the original keyboard code, and [Bart Grantham](http://github.com/bartgrantham) for extracting all our old floppy disk images! @@ -14,7 +18,7 @@ Requirements for building: * GLFW * libao -* OpenGL 3.2-compatible system +* OpenGL 3.2 * C++11 * Builds on MacOS using "Makefile" and Linux (tested on Ubuntu only) using "Makefile.linux"