소스 검색

www: correct the default select for SF:

The standard UFD-DOS select code for SFx: is 46; 44 is used by some
old DOS but it shouldn't be marked as the default.
H. Peter Anvin 1 년 전
부모
커밋
0c0091593d
5개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. BIN
      esp32/output/max80.ino.bin
  2. 1 1
      esp32/www/abcbus.html
  3. BIN
      fpga/output/max80.fw
  4. BIN
      fpga/output/v1.fw
  5. BIN
      fpga/output/v2.fw

BIN
esp32/output/max80.ino.bin


+ 1 - 1
esp32/www/abcbus.html

@@ -86,7 +86,7 @@
 	      <span>Device select:</span>
 	      <input type="number" name="abc.io.sf.devsel" min="0" max="63" value="44" />
 	    </label>
-	    (44)
+	    (46)
 	  </div>
 	</div>
 	<p class="help,sf">8″ floppies: ABC838, DD8, DD88<br />

BIN
fpga/output/max80.fw


BIN
fpga/output/v1.fw


BIN
fpga/output/v2.fw