From 8b59fb7f53b8684e676228ea5cd26c6a320967e3 Mon Sep 17 00:00:00 2001 From: dabonetn Date: Sun, 25 Oct 2015 15:07:52 -0400 Subject: [PATCH] Create README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..89e20c1 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +# linapple-pie +Port of linapple2b optimized for front end usage. +This is another conversion on linapple geared toward retropie. +Changes done by Mark Ormond. + +Now needs SDL_image to compile. + +Changes are as follows. + +The sdl mouse cursor is disabled. + +The charset40.bmp, font.bmp, and splash.bmp have now been encoded in the +main executable. So no need for these files anymore. + +Added the -1 swtich for mounting and running a disk in drive 1. Usage is + +linapple -1 /home/pi/Retropie/roms/apple2/Frogger.dsk + +Visit the original linapple page at + +http://linapple.sourceforge.net/ + +and the original Applewin page at + +https://github.com/AppleWin + + +