Northstar: Fix configurations.

Tested read/write with 350K, 175K, and 87K disks.
This commit is contained in:
Howard M. Harte
2021-05-24 20:40:17 -07:00
parent fb2dbe25cd
commit c66931cb12
4 changed files with 12 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ input {
flux {
drive {
hard_sector_count: 10
sync_with_index: 1
}
}
}
@@ -16,7 +17,7 @@ output {
}
decoder {
micropolis {}
northstar {}
}
cylinders {

View File

@@ -9,7 +9,9 @@ input {
output {
flux {
drive {}
drive {
hard_sector_count: 10
}
}
}

View File

@@ -9,7 +9,9 @@ input {
output {
flux {
drive {}
drive {
hard_sector_count: 10
}
}
}

View File

@@ -1,4 +1,4 @@
comment: 'Northstar 87kB 5.25" 35-track single-sided single-density hard-sectored'
comment: 'Northstar 87.5kB 5.25" 35-track single-sided single-density hard-sectored'
input {
image {
@@ -9,7 +9,9 @@ input {
output {
flux {
drive {}
drive {
hard_sector_count: 10
}
}
}