From e17bb2a6ea05dbcba38e8cbc5dc7878b92191fd5 Mon Sep 17 00:00:00 2001 From: dabonetn Date: Fri, 30 Oct 2015 16:42:36 -0400 Subject: [PATCH] Update README --- linapple-pie/README | 44 -------------------------------------------- 1 file changed, 44 deletions(-) diff --git a/linapple-pie/README b/linapple-pie/README index e60d440..90fb4e2 100644 --- a/linapple-pie/README +++ b/linapple-pie/README @@ -1,47 +1,3 @@ -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 - - - -The location for linapple.conf is /opt/retropie/configs/apple2/linapple.conf -The location for Master.dsk is /opt/retropie/emulators/linapple/Master.dsk - - -Neither of these files are required for operation, but linapple.conf is needed to change video modes, etc. - - -To change location of linapple.conf edit the Registry.h file and change the line.. - -#define REGISTRY "/opt/retropie/configs/apple2/linapple.conf" - -To where ever and what ever you want to call the file. - -To change the location of the Master.dsk edit the Applewin.cpp file and change the line., - -char *MASTER_DISK="/opt/retropie/emulators/linapple/Master.dsk"; - -After any changes, be sure to make clean, then make and then copy your new linapple where you need it. - - -Enjoy, -dabone - - - - *** LINAPPLE 2b*** [INTRO]