meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
platforms:sirius_v9k [2022/02/14 07:28] – [Applesauce Support] pdevine | platforms:sirius_v9k [2024/07/22 01:25] (current) – [General Information] vintagetech | ||
---|---|---|---|
Line 15: | Line 15: | ||
=== Disk Types === | === Disk Types === | ||
- | The Victor 9000 stores data in an usual manner. The disks have a variable number of sectors per track, utilize a constant linear velocity, and spin at different speeds in various zones on the disk. The disks encode data using a Group Coded Recording format that's an evolution of that used in the Commodore 64. The tracks on the first and second side do not spin at the same rate. The computer organizes the tracks logically with 0-79 on the first side and then tracks 80-159 on the second. This differs from many other computers which interleave tracks between side one and two. | ||
- | ^ ZONE ^ LOWER HEAD ^ UPPER HEAD ^ SECTORS | ||
- | ^ NUMBER | ||
- | | 0 | 0-3 | ||
- | | 1 | 4-15 | 0-7 | | ||
- | | 2 | 16-26 | ||
- | | 3 | 27-37 | ||
- | | 4 | 38-47* | ||
- | | 5 | 48-59 | ||
- | | 6 | 60-70 | ||
- | | 7 | 71-79 | ||
- | | 8 | unused | ||
- | |||
- | * The documentation for the Victor lists Zone 4 as ending with Track 48 on side 1 and track 40 on side two. This is incorrect. The above table reflects disks analyzed from various machines and matches the assembly code in the floppy driver. Various written documents contain this documentation bug. | ||
Reading and writing the following **Victor 9000** disk types is supported: | Reading and writing the following **Victor 9000** disk types is supported: | ||
+ | ^ Victor 9000 | | ||
+ | |5.25" 600 K (single sided)\\ 5.25" 1.2 M (double sided)| | ||
=== File Systems === | === File Systems === | ||
- | ^ Victor 9000 MS-DOS | + | ^ Victor 9000 MS-DOS |
| DOS 1.x Single-Sided/ | | DOS 1.x Single-Sided/ | ||
=== Disk Image Formats === | === Disk Image Formats === | ||
- | [todo] | + | The following disk image formats are supported: |
+ | |||
+ | ^ Victor 9000 | | ||
+ | |IMG | | ||
=== Recommended Drives === | === Recommended Drives === | ||
Line 58: | Line 49: | ||
=== Drive Information === | === Drive Information === | ||
- | [todo] | + | The Victor 9000 stores data in an usual manner. The disks have a variable number of sectors per track, utilize a constant linear velocity, and spin at different speeds in various zones on the disk. The disks encode data using a Group Coded Recording |
+ | |||
+ | **Zone Table** | ||
+ | ^ ZONE NUMBER | ||
+ | | 0 | ||
+ | | 1 | ||
+ | | 2 | ||
+ | | 3 | ||
+ | | 4 | ||
+ | | 5 | ||
+ | | 6 | ||
+ | | 7 | ||
+ | | 8 | ||
+ | |||
+ | * The documentation for the Victor lists Zone 4 as ending with Track 48 on side 1 and track 40 on side two. This is incorrect. The above table reflects disks analyzed from various machines and matches the assembly code in the floppy driver. Various written documents contain this documentation bug. | ||
+ | |||
+ | |||
+ | **GCR Table** | ||
+ | |||
+ | ^ Input Hex ^ IO Encoded Binary ^ IO Encoded Hex ^ | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
+ | | | ||
=== Emulators === | === Emulators === | ||
- | [todo] | + | Useful for image verification. |
+ | |||
+ | ^Windows | ||
+ | |[[https:// | ||