]> Shamusworld >> Repos - apple2/blob - apple2.cfg
Cleanup of initial hard drive emulation code.
[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 #harddrive = ./disks/Pitch-Dark-20180731.2mg
16
17 # Auto state loading/saving upon starting/quitting Apple2 (1 - use, 0 - don't use)
18
19 #These are the defaults--we don't advertise it just yet... ;-)
20 autoSaveState = 0
21 #autoStateFilename = ./apple2auto.state
22
23 # OpenGL filtering type: 1 - blurry, 0 - sharp
24
25 glFilterType = 0
26
27 # Display options: 1 - fullscreen, 0 - windowed
28
29 fullscreen = 0
30
31 # Joystick options: 1 - use joystick, 0 - don't use
32
33 useJoystick = 0
34
35 # Joyport option: If joystick is enabled above, set the port (0 - 3) here
36
37 joyport = 0
38