1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-24 11:31:31 +00:00

Whitespace only change.

git-svn-id: svn://svn.cc65.org/cc65/trunk@4726 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
ol.sc 2010-06-17 19:13:43 +00:00
parent a99d0ceee7
commit 7b8c996b63

View File

@ -502,7 +502,7 @@ name="assembler manual">.
The function <htmlurl url="dio-1.html" name="dio_open()"> has the single parameter
<tt/drive_id/ to identify the drive to be opened. Therefore an Apple&nbsp;II
slot and drive pair is mapped to that <tt/drive_id/ according to the formula
<verb>
drive_id = slot * 16 + (drive - 1) * 128
</verb>