Class CVTArchive
In: lib/file_systems/CVTArchive.rb
Parent: FileSystem

CVT files - sequential representation of C64 GEOS files

this is a pseudo file system, a single CVT file will only contain 1 GEOS file References:

      http://ist.uwaterloo.ca/~schepers/formats/CVT.TXT

Methods

files   host_system  

Constants

FILE_TYPES = [:del,:seq,:prg,:usr,:rel,:unk,:unk,:unk]
GEOS_FILE_TYPES = [:not_geos,:basic,:assembler,:data,:system,:desk_accessory,:application,:application_data,:font,:printer_driver,:input_driver,:disk_driver,:system_boot,:temp,:autoexec]

Public Class methods

[Validate]