java.lang.Object
com.webcodepro.applecommander.storage.physical.ImageOrder
com.webcodepro.applecommander.storage.physical.ProdosOrder
All Implemented Interfaces:
HintProvider

public class ProdosOrder extends ImageOrder
Supports disk images stored in ProDOS physical order.

  • Field Details

    • blockInterleave

      public static final int[] blockInterleave
      This table contains the block offset for a particular DOS sector.
    • blockOffsets

      public static final int[] blockOffsets
      Defines the location within a block in which the DOS sector resides. (0 = 0-255 and 1 = 256-511.)
  • Constructor Details

    • ProdosOrder

      public ProdosOrder(Source source)
      Construct a ProdosOrder.
  • Method Details