Remove unnecessary extra files
We had two copies of font.xcf. We only need one and arguably res is the
wrong place to put it. The root is ideally not hte right place to put
it either, but we'll keep that one for the time being.
linapple.installed.conf isn't installed, and we have a linapple.conf
that is. Get rid of it.
Printer.txt is empty. The file should be created in the user's home
directory when they print something.
T. Joseph Carter
7 years ago
0 | # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | |
1 | # !! Note 1: this configuration file is for installed linapple | |
2 | # !! If you have edited Makefile (in src directory of linaple package) | |
3 | # !! to change INSTDIR - path where lianpple are to be installed | |
4 | # !! you should consider change some paths for disk images and FTP local directory | |
5 | # !! in order to let linapple find proper way to access needed stuff | |
6 | ||
7 | # Note 2: Default install directory (for *nix) is /usr/local/linapple/ | |
8 | # (defined in Make file in src directory as INSTDIR variable) | |
9 | ||
10 | # | |
11 | # linapple.conf - config file used by LinApple, Apple][ (Apple2, Apple 2) emulator for Linux and other systems with SDL support | |
12 | # | |
13 | # Please, note: This file is for linapple version 2.0 and above | |
14 | # | |
15 | ||
16 | # Remember - all lines beginning with '#' are considered comments. | |
17 | # All values are CASE SENSITIVE, you should not use, for example, 'joystick 0' instead of 'Joystick 0'. | |
18 | ||
19 | #################################################################### | |
20 | # First of all let us determine our machine type | |
21 | # that is: | |
22 | # 0 - old Apple][, right out of the hands of Steve Wozniak and Steve Jobs in far 1977? year. | |
23 | # 1 - Apple][+ - same as Apple][ with somewhat enbettered functionality | |
24 | # 2 - Apple//e - Enhanced Apple][ with 80-column mode and other useful additions | |
25 | # 3 - Apple//e enhanced - currently same as Apple//e? Please, ask Tom Charlesworth about it. | |
26 | # Default is 3 | |
27 | ||
28 | Computer Emulation = 2 | |
29 | ||
30 | #################################################################### | |
31 | # | |
32 | # Sound Emulation. | |
33 | # Possible values currently are 0 - none, and 1 - use SDL Audio for sounds | |
34 | # Default is 1 | |
35 | ||
36 | Sound Emulation = 1 | |
37 | ||
38 | ####################################################################### | |
39 | # | |
40 | # Soundcard Type means what do you want to use in Slot7 as a sound card | |
41 | # | |
42 | # 0 - uninit //?? | |
43 | # 1 - nothing - disable sound card in Slot 4 | |
44 | # 2 - use Mockingboard in Slot 4 (Mockingboard is like SoundBlaster for PC, if you hear about it) | |
45 | # 3 - use Phasor in Slot 4. Phasor is also a sort of ancient sound cards. Ahhh, what sounds they have!!! | |
46 | # | |
47 | # Default value is 2 (use Mockingboard). | |
48 | # But, please, remember, that currently Mockingboard/Phasor support was not done fully in linapple. | |
49 | # I need some help for this to port it from AppleWin. ^_^ | |
50 | ||
51 | Soundcard Type = 2 | |
52 | ||
53 | ####################################################################### | |
54 | # | |
55 | # Joysticks, those sticks of joy! There may be 2 joysticks at the same time | |
56 | # Possible values are: | |
57 | # 0 - joystick disabled | |
58 | # 1 - use PC joystick #1 or #2, for corresponding joystick | |
59 | ||
60 | # 2 - Keyboard standard | |
61 | # 3 - Keyboard centered | |
62 | # When joysticks used as a keyboard, they are stuck to Numpad keys (1-9 - axis movement, 0 - button1, . - button2) | |
63 | # when centered used, axis of joystick will be centered after releasing any cursor (Numpad 1..9) key. | |
64 | # otherwise it assumed to be pressed always | |
65 | ||
66 | # 4 - Use mouse as a joystick. Rather interesting thing, try it. Useful in Fantavision(tm)by Broderbund Software | |
67 | # Default values are 2 for Joystick 0, and 0 for Joystick 1 | |
68 | ||
69 | Joystick 0 = 3 | |
70 | Joystick 1 = 0 | |
71 | ||
72 | ########################################################################## | |
73 | # | |
74 | # Serial Port joins your Apple][ machine to any device through serial ports. | |
75 | # Possible values are 0 - disabled, and 1 to 100 which means device /dev/ttyS0 .. /dev/ttyS99 relatively | |
76 | # | |
77 | # Default is 0, disabled. Needs testing. | |
78 | ||
79 | Serial Port = 0 | |
80 | ||
81 | ########################################################################## | |
82 | ||
83 | # Emulation Speed is speed of emulator. | |
84 | # Values are from 0 (lowest speed) till 40 (fastest) | |
85 | # Default value is 10 (normal speed - 1 MHz) | |
86 | ||
87 | Emulation Speed = 10 | |
88 | ||
89 | ########################################################################## | |
90 | # | |
91 | # Enhance Disk Speed - if the disk spinning should be as in real computer | |
92 | # Possible values - 0 - yes, the disk spinning speed is like in real Apple][ | |
93 | # and 1 - use enhanced disk speed. | |
94 | # Default is 1. | |
95 | ||
96 | Enhance Disk Speed = 1 | |
97 | ||
98 | ########################################################################## | |
99 | # | |
100 | # Video Emulation - a type of video emulation. | |
101 | # Please, remember that you always can change it using F9 key in emulator. | |
102 | ||
103 | # Possible values are: | |
104 | # 0 - use monochrome screen with given color as white (see below Monochrome Color section) | |
105 | ||
106 | # Color modes, which names speak for themselves. | |
107 | # 1 - Color Standard | |
108 | # 2 - Color Text Optimized | |
109 | # 3 - Color TV emulation | |
110 | # 4 - Color Half-Shift | |
111 | ||
112 | # Monochrome modes with predefined monochrome colors | |
113 | # 5 - Monochrome Amber | |
114 | # 6 - Monochrome Green | |
115 | # 7 - Monochrome White | |
116 | # | |
117 | # Default value is 3 - Color TV emulation! | |
118 | ||
119 | Video Emulation = 1 | |
120 | ||
121 | ########################################################################## | |
122 | # | |
123 | # Monochrome Color - define monochrome color that suit you best here. | |
124 | # Color defined as #RRGGBB, where RR - 2 digits for Red color intensity, GG - same for Green color, and BB for Blue. | |
125 | # All digits are in HEX-format, 0-9 and A - F. | |
126 | # Default value is #C0C0C0. | |
127 | ||
128 | Monochrome Color = #FFC010 | |
129 | ||
130 | ########################################################################## | |
131 | # | |
132 | # Mouse in slot 4. Yes, old Apples][ have it! First they saw it in Xerox Development Center. | |
133 | # Possible values are 0 - off, and 1 - on. | |
134 | # Remember, that you can not use Mouse and Mockingboard/Phasor at the same time, for they use same slot (#4). | |
135 | # So, before enabling mouse support in your machine, switch off Mockingboard (see section above). | |
136 | ||
137 | # Default is 0. | |
138 | ||
139 | Mouse in slot 4 = 0 | |
140 | ||
141 | ########################################################################## | |
142 | # | |
143 | # Parallel printer allows you to print any DOS3.3 or Applesoft Basic(tm) output to specified file | |
144 | # (after PR#1 at DOS3.3 prompt) | |
145 | # | |
146 | # Default is Printer.txt in working directory (which is set inside linapple bin) | |
147 | ||
148 | Parallel Printer Filename = | |
149 | ||
150 | ########################################################################## | |
151 | # | |
152 | # HDD - Hard Disk Device for Apple][ | |
153 | # | |
154 | # Harddisk Enable. Same as for mouse. 0 means no Harddisk support, and 1 - yes, give that Harddisk! | |
155 | # Remember, that hard disk images for Apple][ are in .HDV format as a rule (with .hdv extensions) | |
156 | # Hard disk uses Slot 7 in Apple][. So, to access it use something like '] PR#7' at Applesoft Basic(tm) prompt. | |
157 | # Default is 0. | |
158 | ||
159 | Harddisk Enable = 0 | |
160 | ||
161 | # HDV Starting Directory is the starting directory for choose HDV disk images | |
162 | # Default: your home directory (if not set) | |
163 | ||
164 | HDV Starting Directory = /usr/local/linapple/images | |
165 | ||
166 | # And you may also predefine hard disk images here, for 1 and 2 correspondingly. | |
167 | # Please, use Shift+F3 and Shift+F4 in emulator for change them in real time. | |
168 | # Remember, that values given here will be rewritten if you change them in emulator. | |
169 | # Default - do not use any HDV images | |
170 | ||
171 | Harddisk Image 1 = | |
172 | Harddisk Image 2 = | |
173 | ||
174 | ########################################################################## | |
175 | # | |
176 | # Slot 6 Directory - starting directory for chosing Apple's disk images in slot 6 | |
177 | # (usual slot for FDD 140Kb Apple's disks) | |
178 | # | |
179 | # Default: your home directory (if not set) | |
180 | ||
181 | Slot 6 Directory = /usr/local/linapple/images | |
182 | ||
183 | # You may also provide images to be inserted in 1 and 2 drive (D1 or D2) of Slot 6 at startup | |
184 | # Default: do not use, starting with image named Master.dsk in current directory | |
185 | ||
186 | # To get access to the disk in second drive(D2), use something like '] CATALOG,D2' at Applesoft DOS(tm) prompt. | |
187 | ||
188 | Disk Image 1 = | |
189 | Disk Image 2 = | |
190 | ||
191 | # The next parameter defines if you wish to auto-load these disk images in drives at startup! | |
192 | # Default value is 0 (Off), suggested: 1 (On) | |
193 | ||
194 | Slot 6 Autoload = 0 | |
195 | ||
196 | ########################################################################## | |
197 | # | |
198 | # Save State Filename - file name for saving/loading state with keys F11 and F12 in emulator. | |
199 | # Default is none. Note: you can choose it at runtime by pressing F11 (for saving) or F12 (for loading) | |
200 | ||
201 | Save State Filename = /usr/local/linapple/images/SaveState1.aws | |
202 | ||
203 | # SaveSate Directory is a directory where current states will be saved by using F11,F12 (or ALT+F11, ALT+F12 keys, or Ctrl+0..9, Ctrl+Shift+0..9) | |
204 | #Default is none, which means your home directory | |
205 | ||
206 | Save State Directory = /usr/local/linapple/images | |
207 | ||
208 | # Define if you wish to save state on exit and restore it at startup by the next parameter: | |
209 | # Possible values are 0 - off, and 1 - on. When On, save state will be saved in Save State Filename at exit, | |
210 | # and will be restored at startup | |
211 | ||
212 | # Default value is 0. | |
213 | ||
214 | Save State On Exit = 0 | |
215 | ||
216 | ########################################################################## | |
217 | # | |
218 | # Next parameters enables some functions at startup | |
219 | # | |
220 | # Fullscreen - if emulator should startup in Fullscreen mode (0 - no, 1 - yes!) | |
221 | # Boot at startup - if emulator should boot after starting up from Disk1 in SLot 6 (0 - yes, 1 - no) | |
222 | # Booting at startup disables show logo. | |
223 | # | |
224 | # Show Leds 1/0 - show leds while accessing disks (140Kb and HDD) or not, default - 1 | |
225 | ||
226 | Fullscreen = 0 | |
227 | Boot at Startup = 0 | |
228 | Show Leds = 1 | |
229 | ||
230 | ########################################################################## | |
231 | # | |
232 | # FTP Server - full path to default FTP server with Apple2 disk images | |
233 | # FTP UserPass - user:password for accessing this server | |
234 | # FTP Local Dir - path on local disk to store downloaded ftp files, | |
235 | ||
236 | # !!! Warning: FTP Local Dir should be existing directory with write access either FTP won't work | |
237 | # Note : FTP Server MUST end with '/' sign either it won't work! FTP Local Dir should not end with '/' | |
238 | # Note : Also there must be cache directory (e.g. directory named `cache` inside FTP Local Dir | |
239 | # where all downloaded directories are cached for 3 days | |
240 | ||
241 | FTP Server = ftp://ftp.apple.asimov.net/pub/apple_II/images/games/ | |
242 | FTP ServerHDD = ftp://ftp.apple.asimov.net/pub/apple_II/images/ | |
243 | FTP UserPass = anonymous:my-mail@mail.com | |
244 | FTP Local Dir = /usr/local/linapple/ftp | |
245 | ||
246 | ########################################################################## | |
247 | # | |
248 | # Screen properties | |
249 | # Note: not all screen sizes can work in full screen mode, so be careful | |
250 | # Also if you are using not default mode, the speed of emulator can fall, | |
251 | # which can be spotted on old machines | |
252 | ||
253 | # Use this as screen factor in zooming screen. | |
254 | # Values less than 1.0 will make screen smaller and vice versa! | |
255 | # Suggested values are 0.3 till 3.0? | |
256 | ||
257 | # Screen factor = 1.5 | |
258 | ||
259 | # Note: if you want to use Screen Width and Screen Height directly, comment out `Screen factor` whole option | |
260 | # otherwise they won't take effect | |
261 | # Default Screen Width is 560, Screen Height is 384 | |
262 | # For best results, use a height divisible by 192 to avoid moire artifacts when using scanline video effects | |
263 | Screen Width = 1120 | |
264 | Screen Height = 768 | |
265 |