Skip to content

Commit 45cc617

Browse files
authored
Merge pull request #588 from davidgiven/c64
One more attempt to fix the 1581 format...
2 parents 48d3bc5 + 6dc5eab commit 45cc617

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/formats/commodore1581.textpb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ layout {
2525
encoder {
2626
ibm {
2727
trackdata {
28+
swap_sides: true
2829
invert_side_byte: true
2930
target_rotational_period_ms: 200
3031
target_clock_period_us: 4
@@ -40,7 +41,7 @@ decoder {
4041
ibm {
4142
trackdata {
4243
ignore_side_byte: true
43-
invert_side_byte: false
44+
invert_side_byte: true
4445
}
4546
}
4647
}

0 commit comments

Comments
 (0)