]> Shamusworld >> Repos - apple2/blob - apple2.cfg
Fixed keyboard handling, consolidated video handling.
[apple2] / apple2.cfg
1 #
2 # Apple 2 configuration file
3 #
4
5 # Apple ROM paths
6
7 #default
8 #BIOSROM = ./ROMs/apple2e-enhanced.rom
9 #Not used anymore
10 #diskROM = ./ROMs/disk.rom
11 #ROMs = ./ROMs
12
13 # Auto state loading/saving upon starting/quitting Apple2 (1 - use, 0 - don't use)
14
15 #These are the defaults--we don't advertise it just yet... ;-)
16 #autoSaveState = 1
17 #autoStateFilename = ./apple2auto.state
18
19 # OpenGL filtering type: 1 - blurry, 0 - sharp
20
21 glFilterType = 0
22
23 # Display options: 1 - fullscreen, 0 - windowed
24
25 fullscreen = 0
26
27 # Joystick options: 1 - use joystick, 0 - don't use
28
29 useJoystick = 0
30
31 # Joyport option: If joystick is enabled above, set the port (0 - 3) here
32
33 joyport = 0
34