]> Shamusworld >> Repos - apple2/blob - apple2.cfg
Added WOZ 2 support.
[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 #BIOSROM = ./ROMs/apple2e.rom
10 #Not used anymore
11 #diskROM = ./ROMs/disk.rom
12 #ROMs = ./ROMs
13 #default
14 #disks = ./disks
15
16 # Auto state loading/saving upon starting/quitting Apple2 (1 - use, 0 - don't use)
17
18 #These are the defaults--we don't advertise it just yet... ;-)
19 autoSaveState = 0
20 #autoStateFilename = ./apple2auto.state
21
22 # OpenGL filtering type: 1 - blurry, 0 - sharp
23
24 glFilterType = 0
25
26 # Display options: 1 - fullscreen, 0 - windowed
27
28 fullscreen = 0
29
30 # Joystick options: 1 - use joystick, 0 - don't use
31
32 useJoystick = 0
33
34 # Joyport option: If joystick is enabled above, set the port (0 - 3) here
35
36 joyport = 0
37