Update linapple.installed.conf

This commit is contained in:
dabonetn 2015-10-30 16:43:12 -04:00
parent e17bb2a6ea
commit 858c31ac27
1 changed files with 28 additions and 6 deletions

View File

@ -64,12 +64,29 @@
# when centered used, axis of joystick will be centered after releasing any cursor (Numpad 1..9) key.
# otherwise it assumed to be pressed always
# 4 - Use mouse as a joystick. Rather interesting thing, try it. Useful in Fantavision(tm)by Broderbund Software
# 4 - Use mouse as a joystick. Rather interesting thing, try it. Useful in Fantavision(tm)by Broderbund Software
# Default values are 2 for Joystick 0, and 0 for Joystick 1
Joystick 0 = 0
Joystick 1 = 0
# For Joysticks you can define which Joystick index number, axis number, and buttons.
#
# Default for Joystick 1 is index 0, axis 0 and 1, buttons 0 and 1.
# Default for Joystick 2 is index 1, axis 0 and 1, button 0.
Joy0Index = 0
Joy1Index = 1
Joy0Button1 = 0
Joy0Button2 = 1
Joy1Button1 = 0
Joy0Axis0 = 0
Joy0Axis1 = 1
Joy1Axis0 = 0
Joy1Axis1 = 1
##########################################################################
#
# Serial Port joins your Apple][ machine to any device through serial ports.
@ -179,7 +196,7 @@
#
# Default: your home directory (if not set)
Slot 6 Directory =
Slot 6 Directory = /home/user/temp
# You may also provide images to be inserted in 1 and 2 drive (D1 or D2) of Slot 6 at startup
# Default: do not use, starting with image named Master.dsk in current directory
@ -239,10 +256,15 @@
# Note : Also there must be cache directory (e.g. directory named `cache` inside FTP Local Dir
# where all downloaded directories are cached for 3 days
FTP Server =
FTP ServerHDD =
FTP UserPass =
FTP Local Dir =
FTP Server = ftp://ftp.apple.asimov.net/pub/apple_II/images/games/
FTP ServerHDD = ftp://ftp.apple.asimov.net/pub/apple_II/images/
FTP UserPass = anonymous:my-mail@mail.com
# YOU MUST SET THIS TO USE FTP! and it must have a cache subdir of FTP will fail
# So if your FTP Local Dir = /home/user/temp you need a directory /home/user/temp/cache
FTP Local Dir = /home/user/temp
##########################################################################
#