Fixed 5170 diskette drive detection (40-track vs. 80-track drives)

This commit is contained in:
Jeff Parsons 2014-10-05 09:33:45 -07:00 committed by jeffpar
commit 367db06996
16 changed files with 1498 additions and 1263 deletions

View file

@ -7,7 +7,7 @@ Browse [IBM PC](pc/) and [Challenger 1P](c1p/) disk images.
PCjs works best with disk images in a **JSON** format, to save conversion time, so that's the only
disk image format you'll find on the PCjs website.
To convert any of our **JSON** disk images back into an **IMG** file, you can use the **diskdump** API
To convert any of our **JSON** disk images back into an **IMG** file, you can use the DiskDump API
with the *format* parameter set to `img` instead of `json`. For example:
http://www.pcjs.org/api/v1/dump?disk=/disks/pc/dos/ibm/2.00/PCDOS200-DISK1.json&format=img