Class NADOLDisk
In: lib/NADOLDisk.rb
Parent: DSK
NADOLDisk DSK TopLevel

Methods

Public Class methods

Public Instance methods

reads the catalog, and populate the "files" array with files CATALOG will be at track $00, sector $03 to track $00, sector $09 each entry consists of $10 bytes, which are:

 00-0B - filename - if file is deleted, first byte will be FF
 0C-0D - filesize (low byte first)
 0E - track of track sector list sector
 0F - sector of track sector list sector

[Validate]