]> Shamusworld >> Repos - apple2/blob - apple2.cfg
Graphical fixes for DHIRES and added CASIN emulation.
[apple2] / apple2.cfg
1 #
2 # Apple 2 configuration file
3 #
4
5 # Apple ROM paths
6 #Not used anymore
7 #BIOSROM = ./ROMs/apple2e-enhanced.rom
8 #BIOSROM = ./ROMs/apple2e.rom
9 #diskROM = ./ROMs/disk.rom
10 #ROMs = ./ROMs
11
12 # Defaults
13 disks = ./disks/
14
15 harddrive1 = Pitch-Dark-20180731.2mg
16 harddrive2 = 
17 harddrive3 = 
18 harddrive4 = 
19 harddrive5 = 
20 harddrive6 = 
21 harddrive7 = 
22
23 # Auto state loading/saving upon starting/quitting Apple2 (1-use, 0-don't use)
24 # These are the defaults--we don't advertise it just yet... ;-)
25
26 autoSaveState = 1
27 autoStateFilename = ./apple2auto.state
28
29 # OpenGL filtering type: 1 - blurry, 0 - sharp
30
31 glFilterType = 0
32
33 # Display options: 1 - fullscreen, 0 - windowed
34
35 fullscreen = 0
36
37 # Joystick options: 1 - use joystick, 0 - don't use
38
39 useJoystick = 0
40
41 # Joyport option: If joystick is enabled above, set the port (0 - 3) here
42
43 joyport = 0
44
45 windowX = 770
46 windowY = 146
47
48 hardwareTypeNTSC = 1
49 renderType = 0
50 useOpenGL = 1
51