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