]> git.sur5r.net Git - cc65/commitdiff
Maybe this looks better when rendered to HTML ?
authorol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Jul 2010 10:37:55 +0000 (10:37 +0000)
committerol.sc <ol.sc@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sun, 18 Jul 2010 10:37:55 +0000 (10:37 +0000)
git-svn-id: svn://svn.cc65.org/cc65/trunk@4754 b7a2c559-68d2-44c3-8de9-860c34a00d81

doc/apple2.sgml
doc/apple2enh.sgml

index a7ce3c12087a5422d2c07f2e7e625ee90de88e46..bb799f9e7ad0e0644957f4955553c44ba3c1e795 100644 (file)
@@ -494,9 +494,9 @@ name="assembler manual">.
   Apple&nbsp;II slot and drive pair is mapped to that <tt/drive_id/ according
   to the formula
 
-  <verb>
+  <tscreen>
     drive_id = slot * 16 + (drive - 1) * 128
-  </verb>
+  </tscreen>
 
   so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.
 
index 6d0c8916cd50e65ec6f1245536e89117df41d96a..5914848be3d622a0b30a37b0ff8cf5045d63fd6d 100644 (file)
@@ -500,9 +500,9 @@ name="assembler manual">.
   Apple&nbsp;II slot and drive pair is mapped to that <tt/drive_id/ according
   to the formula
 
-  <verb>
+  <tscreen>
     drive_id = slot * 16 + (drive - 1) * 128
-  </verb>
+  </tscreen>
 
   so that for example slot 6 drive 2 is mapped to <tt/drive_id/ 224.