SCL format: Difference between revisions

Jump to navigation Jump to search
Cleanup
(Cleanup)
Line 1: Line 1:
[[category:specifications]]
The SCL format is a compact representation of [[TR-DOS filesystem]] content. It stores only the file headers and the used sectors.
[[Category:Easy Disk Image Formats]]
[[Category:Emulator Disk Image Formats]]
 
= SCL Disk Image Format =


The SCL format is a compact representation of a [[TRD_format|TRD]] disk image. It stores only the file headers and the used sectors.
It is conventional for emulators to build real disk images on the fly from SCL data to use for disk emulation.
 
An emulator should build a real disk image on the fly from SCL data to use it for disk emulation.


== SCL file structure ==
== SCL file structure ==
Line 32: Line 26:
|}
|}


=== SCL file header ===
== SCL file header ==


::{|border=1
::{|border=1
Line 49: Line 43:
|}
|}


=== File headers ===
== File headers ==


::{|border=1
::{|border=1
Line 76: Line 70:
==== File header entry ====
==== File header entry ====


The file headers structure is the same as on the [[TR-DOS_filesystem|disk]], except the last two bytes (start sector, start track).
The file headers structure is the same as in the [[TR-DOS_filesystem]], except the last two bytes (start sector, start track).


::{|border=1
::{|border=1
Line 101: Line 95:
|}
|}


=== Files data ===
== Files data ==


::{|border=1
::{|border=1
Line 125: Line 119:
|Nth file header entry
|Nth file header entry
|}
|}
== See also ==
[[TRD format]]
[[category:specifications]]
[[Category:Easy Disk Image Formats]]
[[Category:Emulator Disk Image Formats]]

Navigation menu