Update README

This commit is contained in:
dabonetn 2015-10-24 09:05:51 -04:00
parent 3ba02aabf0
commit 87bfbb39b5

View File

@ -1,3 +1,47 @@
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]
@ -42,12 +86,12 @@ Press F2 (or F3 or Alt+F3) before to choose some disk image in drive 1), and go
It works as well as AppleWin, although it needs testing and supporting.
Where to install? Anywhere you feel fit, just let linapple be with some files it needs for comprehenceive working.
These files are support but not required to run in linapple-pie.
These files are:
splash.bmp - splash screen
charset40.bmp - charset for Apple][ (Apple 2e, etc.) text modes.
font.bmp - font for Help screen and Disk Select screens.
icon.bmp - nice icon, logo of Apple][ computer.
linapple.conf - configuration file.
linapple.conf - configuration file.
Master.dsk - disk image with Applesoft(tm) DOS 3.3 inside. See Apple license (on apple.com) for details.
[USING LINAPPLE]