1
0
mirror of https://github.com/pevans/erc-c.git synced 2025-04-05 06:37:42 +00:00

Reword comment

This commit is contained in:
Peter Evans 2018-01-30 18:55:23 -06:00
parent 5c7dbb4cfe
commit b09ca2dae5

View File

@ -81,8 +81,8 @@ apple2_nib_encode_sector(vm_segment *dest, vm_segment *src,
}
// The last two bytes written must be AND'd so that only the first
// six bits can be high. But because the bit 1 and 0 should be low,
// this has the effect of limiting the high bits to bits 5-2.
// six bits can be high. But because the bit 1 and 0 are already
// low, this has the effect of limiting the high bits to bits 5-2.
init[i-2] &= 0x3F;
init[i-1] &= 0x3F;