link to home page, add loder runner image

This commit is contained in:
Brad Grantham 2019-02-16 09:24:25 -08:00
parent fe8e4a5058
commit efd376ee3b

View File

@ -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"