Update linapple.conf

This commit is contained in:
dabonetn 2015-10-24 09:12:49 -04:00
parent 25ce95ecee
commit 122a22cde4
1 changed files with 28 additions and 15 deletions

View File

@ -1,11 +1,22 @@
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
# !! Note 1: this configuration file is for installed linapple
# !! If you have edited Makefile (in src directory of linaple package)
# !! to change INSTDIR - path where lianpple are to be installed
# !! you should consider change some paths for disk images and FTP local directory
# !! in order to let linapple find proper way to access needed stuff
# Note 2: Default install directory (for *nix) is /usr/local/linapple/
# (defined in Make file in src directory as INSTDIR variable)
#
# linapple.conf - config file used by LinApple, Apple][ (Apple2, Apple 2) emulator for Linux and other POSIX systems with SDL support
# linapple.conf - config file used by LinApple, Apple][ (Apple2, Apple 2) emulator for Linux and other systems with SDL support
#
# for linapple version 2.0 and above
# Please, note: This file is for linapple version 2.0 and above
#
# Please remember - all lines beginning with '#' are considered comments.
# Remember - all lines beginning with '#' are considered comments.
# All values are CASE SENSITIVE, you should not use, for example, 'joystick 0' instead of 'Joystick 0'.
#
####################################################################
# First of all let us determine our machine type
# that is:
@ -56,7 +67,7 @@
# 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 = 3
Joystick 0 = 0
Joystick 1 = 0
##########################################################################
@ -72,7 +83,7 @@
# Emulation Speed is speed of emulator.
# Values are from 0 (lowest speed) till 40 (fastest)
# Default value is 10 (normal speed)
# Default value is 10 (normal speed - 1 MHz)
Emulation Speed = 10
@ -168,14 +179,14 @@
#
# Default: your home directory (if not set)
Slot 6 Directory = /home/justy/Asimov.NET/action/bubble_bobble
Slot 6 Directory =
# 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
# To get access to the disk in second drive(D2), use something like '] CATALOG,D2' at Applesoft DOS(tm) prompt.
Disk Image 1 = /home/justy/Asimov.NET/action/bubble_bobble/bubble_bobble2.dsk.gz
Disk Image 1 =
Disk Image 2 =
# The next parameter defines if you wish to auto-load these disk images in drives at startup!
@ -225,18 +236,20 @@
# !!! Warning: FTP Local Dir should be existing directory with write access either FTP won't work
# Note : FTP Server MUST end with '/' sign either it won't work! FTP Local Dir should not end with '/'
# 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://ftp.apple.asimov.net/pub/apple_II/images/games/action/
FTP ServerHDD = ftp://ftp.apple.asimov.net/pub/apple_II/images/
FTP UserPass = anonymous:my-mail@mail.com
FTP Local Dir =
FTP Server =
FTP ServerHDD =
FTP UserPass =
FTP Local Dir =
##########################################################################
#
# Screen properties
# Note: not all screen sizes can work in full screen mode, so be careful
# Also if you are using not default mode, the speed of emulator can become slow,
# which can be spotted easily on old machines
# Also if you are using not default mode, the speed of emulator can fall,
# which can be spotted on old machines
# Use this as screen factor in zooming screen.
# Values less than 1.0 will make screen smaller and vice versa!
@ -247,6 +260,6 @@
# Note: if you want to use Screen Width and Screen Height directly, comment out `Screen factor` whole option
# otherwise they won't take effect
# Default Screen Width is 560, Screen Height is 384
Screen Width = 800
Screen Height = 600