disk-xfer icon indicating copy to clipboard operation
disk-xfer copied to clipboard

Add +1 to returned geometry to accomodate LZ cylinder.

Open tschak909 opened this issue 6 years ago • 1 comments
trafficstars

INT 13H AH=08 currently returns one cylinder less than it should (e.g. 762 does not return 761, but 760), which causes the resulting image file to be slightly smaller than it's supposed to be, and requiring the resulting image to be fixed by disk tools.

tschak909 avatar Apr 25 '19 22:04 tschak909

Added +1 to Cyl calculation. Still to be tested.

tschak909 avatar Apr 25 '19 22:04 tschak909