diff --git a/doc/apple2.sgml b/doc/apple2.sgml index 6af74b3a5..7b4bd7226 100644 --- a/doc/apple2.sgml +++ b/doc/apple2.sgml @@ -498,15 +498,10 @@ The function has the single paramet slot and drive pair is mapped to that - drive_id = (slot * 2) + (drive - 1) + drive_id = slot * 16 + (drive - 1) * 128 -so that for example slot 6 drive 1 is mapped to succeeds only if a -formatted disk is present in the drive. However intentionally no check is -performed on the presence of a ProDOS 8 disk. Therefore access to all standard -16-sector disks (as for instance DOS 3.3) is possible. +so that for example slot 6 drive 2 is mapped to . The function has the single parameter - drive_id = (slot * 2) + (drive - 1) + drive_id = slot * 16 + (drive - 1) * 128 -so that for example slot 6 drive 1 is mapped to succeeds only if a -formatted disk is present in the drive. However intentionally no check is -performed on the presence of a ProDOS 8 disk. Therefore access to all standard -16-sector disks (as for instance DOS 3.3) is possible. +so that for example slot 6 drive 2 is mapped to