Updated options.txt

This commit is contained in:
penfold42 2018-08-12 21:50:29 +10:00
parent a695cfbd89
commit 71e1267b4b
2 changed files with 4 additions and 1 deletions

View File

@ -39,6 +39,10 @@ OnResetChangeToStartingFolder = 1
// 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
//AutoBootFB128 = 1 //AutoBootFB128 = 1
// If you are using a 128 you can auto boot anything using this option
// This over-rides AutoBootFB128
//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 ypu can do so here
//DisableSD2IECCommands = 1 //DisableSD2IECCommands = 1

View File

@ -1778,7 +1778,6 @@ void IEC_Commands::OpenFile()
} }
if (C128BootSectorName) if (C128BootSectorName)
{ {
//blah
FIL fpBS; FIL fpBS;
u32 bytes; u32 bytes;
if (FR_OK == f_open(&fpBS, C128BootSectorName, FA_READ)) if (FR_OK == f_open(&fpBS, C128BootSectorName, FA_READ))