Skip to content

Commit 8b90400

Browse files
committed
1.44M IMG: Increase gap3 from 84 bytes to 108 bytes
This better matches the disks formatted by IBM PCs, and also matches the recommended "Format GAP3" in Table 4-1 of "PC8477B (SuperFDC) Advanced Floppy Disk Controller" <https://www.ardent-tool.com/datasheets/NS_PC8477B.pdf> Refs keirf/greaseweazle#568
1 parent 0c31e22 commit 8b90400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/image/img.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ const static struct raw_type {
102102
{ 9, _S(2), _IAM, 84, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 720k */
103103
{ 10, _S(2), _IAM, 30, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 800k */
104104
{ 11, _S(2), _IAM, 3, 2, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 880k */
105-
{ 18, _S(2), _IAM, 84, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.44M */
105+
{ 18, _S(2), _IAM,108, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.44M */
106106
{ 19, _S(2), _IAM, 70, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.52M */
107107
{ 21, _S(2), _IAM, 12, 2, 2, 1, 0, 3, 0, _C(80), _R(300) }, /* 1.68M */
108108
{ 20, _S(2), _IAM, 40, 1, 2, 1, 0, 0, 0, _C(80), _R(300) }, /* 1.6M */

0 commit comments

Comments
 (0)