robmcmullen-apple2/apple2.cfg
Shamus Hammons e3c7ee5d93 Added support for the Apple High Speed SCSI card.
This means that you can now connect hard drive images to the emulator,
and, with the addition of the AHSSC emulation, connect up to seven of
them to one system (technically, with 8 LUNs per SCSI ID, you could in
theory connect 56 of them, but that's just crazy).  The emulation of
the card is still in an early state, but it currently seems to work
properly with the "Pitch Dark" hard drive image by 4am.  Still needs
some work to expose it properly to the GUI, but hey, that's just
details.  :-)
2019-02-25 16:34:27 -06:00

39 lines
758 B
INI

#
# Apple 2 configuration file
#
# Apple ROM paths
#default
#BIOSROM = ./ROMs/apple2e-enhanced.rom
#BIOSROM = ./ROMs/apple2e.rom
#Not used anymore
#diskROM = ./ROMs/disk.rom
#ROMs = ./ROMs
#default
#disks = ./disks
#harddrive = ./disks/Pitch-Dark-20180731.2mg
# Auto state loading/saving upon starting/quitting Apple2 (1 - use, 0 - don't use)
#These are the defaults--we don't advertise it just yet... ;-)
autoSaveState = 0
#autoStateFilename = ./apple2auto.state
# OpenGL filtering type: 1 - blurry, 0 - sharp
glFilterType = 0
# Display options: 1 - fullscreen, 0 - windowed
fullscreen = 0
# Joystick options: 1 - use joystick, 0 - don't use
useJoystick = 0
# Joyport option: If joystick is enabled above, set the port (0 - 3) here
joyport = 0