Just a few typo/spacing corrections to cleanup the options file.
This commit is contained in:
parent
756bbe2a02
commit
85d0150489
1 changed files with 7 additions and 7 deletions
10
options.txt
10
options.txt
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// If you would like to change the dirve number then spcity it here (8 is the default)
|
// If you would like to change the drive number then specify it here (8 is the default)
|
||||||
//deviceID = 9
|
//deviceID = 9
|
||||||
|
|
||||||
// If you are using the split line hardware option (ie Option B) then you need to specify this option
|
// If you are using the split line hardware option (ie Option B) then you need to specify this option
|
||||||
|
@ -17,8 +17,8 @@
|
||||||
//ScreenHeight = 384
|
//ScreenHeight = 384
|
||||||
|
|
||||||
// You can specify additional ROMS here (up to 10)
|
// You can specify additional ROMS here (up to 10)
|
||||||
// You can then use the number keys on the keyboard to change which on you would like to use (only in browse more and not in emulation mode)
|
// You can then use the number keys on the keyboard to change which one you would like to use (only in browse mode and not in emulation mode)
|
||||||
// .LST files can also specify one of these ROMS that will automatically selected when the LST file is loaded.
|
// .LST files can also specify one of these ROMS that will automatically be selected when the LST file is loaded.
|
||||||
//ROM2 = Jiffy.bin
|
//ROM2 = Jiffy.bin
|
||||||
//ROM3 = d1541II
|
//ROM3 = d1541II
|
||||||
|
|
||||||
|
@ -33,7 +33,7 @@ scrollHighlightRate = 0.07
|
||||||
// If using CBMFileBrowser then it is best to specify this option. When the computer resets the Pi will always revert back to the root folder ready to load CBMFileBrowser again.
|
// If using CBMFileBrowser then it is best to specify this option. When the computer resets the Pi will always revert back to the root folder ready to load CBMFileBrowser again.
|
||||||
OnResetChangeToStartingFolder = 1
|
OnResetChangeToStartingFolder = 1
|
||||||
|
|
||||||
// If you use FB64 (CBMFileBrowser) and want to use a fast loader cartridge (AR6, EFL, FC3) to load it then use this option to autmatically mount it.
|
// If you use FB64 (CBMFileBrowser) and want to use a fast loader cartridge (AR6, EFL, FC3) to load it then use this option to automatically mount it.
|
||||||
//AutoMountImage = fb.d64 // You MUST have a disk image in \1541 with this filename
|
//AutoMountImage = fb.d64 // You MUST have a disk image in \1541 with this filename
|
||||||
|
|
||||||
// If you are using a FB128 in 128 mode you can get FB128 to auto boot using this option
|
// If you are using a FB128 in 128 mode you can get FB128 to auto boot using this option
|
||||||
|
@ -43,7 +43,7 @@ OnResetChangeToStartingFolder = 1
|
||||||
// This over-rides AutoBootFB128
|
// This over-rides AutoBootFB128
|
||||||
//128BootSectorName = bootsect.128
|
//128BootSectorName = bootsect.128
|
||||||
|
|
||||||
// If you would ever like to disable browse mode completely ypu can do so here
|
// If you would ever like to disable browse mode completely you can do so here
|
||||||
//DisableSD2IECCommands = 1
|
//DisableSD2IECCommands = 1
|
||||||
|
|
||||||
// This option displays the IEC bus activity on the bottom of the Pi's screen
|
// This option displays the IEC bus activity on the bottom of the Pi's screen
|
||||||
|
|
Loading…
Reference in a new issue