doc/classes/RsDos.html in ripxplore-0.8.0 vs doc/classes/RsDos.html in ripxplore-0.11.0
- old
+ new
@@ -1,236 +1,229 @@
-<?xml version="1.0" encoding="iso-8859-1"?>
-<!DOCTYPE html
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
-<head>
- <title>Class: RsDos</title>
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
- <script type="text/javascript">
- // <![CDATA[
-
- function popupCode( url ) {
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
- }
-
- function toggleCode( id ) {
- if ( document.getElementById )
- elem = document.getElementById( id );
- else if ( document.all )
- elem = eval( "document.all." + id );
- else
- return false;
-
- elemStyle = elem.style;
-
- if ( elemStyle.display != "block" ) {
- elemStyle.display = "block"
- } else {
- elemStyle.display = "none"
- }
-
- return true;
- }
-
- // Make codeblocks hidden by default
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
-
- // ]]>
- </script>
-
-</head>
-<body>
-
-
-
- <div id="classHeader">
- <table class="header-table">
- <tr class="top-aligned-row">
- <td><strong>Class</strong></td>
- <td class="class-name-in-header">RsDos</td>
- </tr>
- <tr class="top-aligned-row">
- <td><strong>In:</strong></td>
- <td>
- <a href="../files/lib/file_systems/RsDos_rb.html">
- lib/file_systems/RsDos.rb
- </a>
- <br />
- </td>
- </tr>
-
- <tr class="top-aligned-row">
- <td><strong>Parent:</strong></td>
- <td>
- <a href="FileSystem.html">
- FileSystem
- </a>
- </td>
- </tr>
- </table>
- </div>
- <!-- banner header -->
-
- <div id="bodyContent">
-
-
-
- <div id="contextContent">
- <div id="diagram">
- <map id="map" name="map">
- <area shape="rect" coords="12,101,84,149" href="RsDos.html" alt="RsDos" />
- <area shape="rect" coords="5,5,91,53" href="FileSystem.html" alt="FileSystem" />
-</map>
-<img src="../dot/f_15.png" usemap="#map" border="0" alt="dot/f_15.png">
- </div>
-
- <div id="description">
- <p>
-RSDOS (Standard Color Computer Disk Operating system) Reference - Radio
-Shack TRS-80 Color Computer Disk System Owners Manual & Programming
-Guide, pages 58-59 sectors 3-11 of the directory track (17) contain
-Directory Entries, which are 32 bytes made up of:
-</p>
-<pre>
- byte $00-$07: Filename, left justified, blank-filled.
- If byte 0=0, then file has been deleted.
- If byte 0=$FF, then the entry (and all following entries) have not yet been used.
- byte $08-$0A: Filename extension, left justified, blank-filed
- byte $0b: File type
- 0 = BASIC program
- 1 = BASIC data file
- 2 = Machine-language program
- 3 = Text Editor Source file
- byte $0C: ASCII Flag
- 0 = the file is in binary format
- $FF = the file is in ASCII format
- byte $0D: The number of the first granule in the file (0-67)
- byte $0E-$0F: The number of bytes in use in the last sector of the file. Big endian.
- byte $16-$1F: Reserved for future use.
-</pre>
-<p>
-sector 2 contains File Allocation Table.
-</p>
-
- </div>
-
-
- </div>
-
- <div id="method-list">
- <h3 class="section-bar">Methods</h3>
-
- <div class="name-list">
- <a href="#M000437">directory_track</a>
- <a href="#M000439">files</a>
- <a href="#M000436">host_system</a>
- <a href="#M000438">sectors_per_granule</a>
- </div>
- </div>
-
- </div>
-
-
- <!-- if includes -->
-
- <div id="section">
-
-
- <div id="constants-list">
- <h3 class="section-bar">Constants</h3>
-
- <div class="name-list">
- <table summary="Constants">
- <tr class="top-aligned-row context-row">
- <td class="context-item-name">FDE_SIZE</td>
- <td>=</td>
- <td class="context-item-value">0x20</td>
- </tr>
- </table>
- </div>
- </div>
-
-
-
-
-
-
- <!-- if method_list -->
- <div id="methods">
- <h3 class="section-bar">Public Class methods</h3>
-
- <div id="method-M000437" class="method-detail">
- <a name="M000437"></a>
-
- <div class="method-heading">
- <a href="RsDos.src/M000437.html" target="Code" class="method-signature"
- onclick="popupCode('RsDos.src/M000437.html');return false;">
- <span class="method-name">directory_track</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- <p>
-standard RSDOS has directory on track 17
-</p>
- </div>
- </div>
-
- <div id="method-M000439" class="method-detail">
- <a name="M000439"></a>
-
- <div class="method-heading">
- <a href="RsDos.src/M000439.html" target="Code" class="method-signature"
- onclick="popupCode('RsDos.src/M000439.html');return false;">
- <span class="method-name">files</span><span class="method-args">(file_system_image)</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000436" class="method-detail">
- <a name="M000436"></a>
-
- <div class="method-heading">
- <a href="RsDos.src/M000436.html" target="Code" class="method-signature"
- onclick="popupCode('RsDos.src/M000436.html');return false;">
- <span class="method-name">host_system</span><span class="method-args">()</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
- <div id="method-M000438" class="method-detail">
- <a name="M000438"></a>
-
- <div class="method-heading">
- <a href="RsDos.src/M000438.html" target="Code" class="method-signature"
- onclick="popupCode('RsDos.src/M000438.html');return false;">
- <span class="method-name">sectors_per_granule</span><span class="method-args">(file_system_image)</span>
- </a>
- </div>
-
- <div class="method-description">
- </div>
- </div>
-
-
- </div>
-
-
- </div>
-
-
-<div id="validator-badges">
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
-</div>
-
-</body>
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>Class: RsDos</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+ <meta http-equiv="Content-Script-Type" content="text/javascript" />
+ <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
+ <script type="text/javascript">
+ // <![CDATA[
+
+ function popupCode( url ) {
+ window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
+ }
+
+ function toggleCode( id ) {
+ if ( document.getElementById )
+ elem = document.getElementById( id );
+ else if ( document.all )
+ elem = eval( "document.all." + id );
+ else
+ return false;
+
+ elemStyle = elem.style;
+
+ if ( elemStyle.display != "block" ) {
+ elemStyle.display = "block"
+ } else {
+ elemStyle.display = "none"
+ }
+
+ return true;
+ }
+
+ // Make codeblocks hidden by default
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
+
+ // ]]>
+ </script>
+
+</head>
+<body>
+
+
+
+ <div id="classHeader">
+ <table class="header-table">
+ <tr class="top-aligned-row">
+ <td><strong>Class</strong></td>
+ <td class="class-name-in-header">RsDos</td>
+ </tr>
+ <tr class="top-aligned-row">
+ <td><strong>In:</strong></td>
+ <td>
+ <a href="../files/lib/file_systems/RsDos_rb.html">
+ lib/file_systems/RsDos.rb
+ </a>
+ <br />
+ </td>
+ </tr>
+
+ <tr class="top-aligned-row">
+ <td><strong>Parent:</strong></td>
+ <td>
+ <a href="FileSystem.html">
+ FileSystem
+ </a>
+ </td>
+ </tr>
+ </table>
+ </div>
+ <!-- banner header -->
+
+ <div id="bodyContent">
+
+
+
+ <div id="contextContent">
+
+ <div id="description">
+ <p>
+RSDOS (Standard Color Computer Disk Operating system) Reference - Radio
+Shack TRS-80 Color Computer Disk System Owners Manual & Programming
+Guide, pages 58-59 sectors 3-11 of the directory track (17) contain
+Directory Entries, which are 32 bytes made up of:
+</p>
+<pre>
+ byte $00-$07: Filename, left justified, blank-filled.
+ If byte 0=0, then file has been deleted.
+ If byte 0=$FF, then the entry (and all following entries) have not yet been used.
+ byte $08-$0A: Filename extension, left justified, blank-filed
+ byte $0b: File type
+ 0 = BASIC program
+ 1 = BASIC data file
+ 2 = Machine-language program
+ 3 = Text Editor Source file
+ byte $0C: ASCII Flag
+ 0 = the file is in binary format
+ $FF = the file is in ASCII format
+ byte $0D: The number of the first granule in the file (0-67)
+ byte $0E-$0F: The number of bytes in use in the last sector of the file. Big endian.
+ byte $16-$1F: Reserved for future use.
+</pre>
+<p>
+sector 2 contains File Allocation Table.
+</p>
+
+ </div>
+
+
+ </div>
+
+ <div id="method-list">
+ <h3 class="section-bar">Methods</h3>
+
+ <div class="name-list">
+ <a href="#M000488">directory_track</a>
+ <a href="#M000490">files</a>
+ <a href="#M000487">host_system</a>
+ <a href="#M000489">sectors_per_granule</a>
+ </div>
+ </div>
+
+ </div>
+
+
+ <!-- if includes -->
+
+ <div id="section">
+
+
+ <div id="constants-list">
+ <h3 class="section-bar">Constants</h3>
+
+ <div class="name-list">
+ <table summary="Constants">
+ <tr class="top-aligned-row context-row">
+ <td class="context-item-name">FDE_SIZE</td>
+ <td>=</td>
+ <td class="context-item-value">0x20</td>
+ </tr>
+ </table>
+ </div>
+ </div>
+
+
+
+
+
+
+ <!-- if method_list -->
+ <div id="methods">
+ <h3 class="section-bar">Public Class methods</h3>
+
+ <div id="method-M000488" class="method-detail">
+ <a name="M000488"></a>
+
+ <div class="method-heading">
+ <a href="RsDos.src/M000488.html" target="Code" class="method-signature"
+ onclick="popupCode('RsDos.src/M000488.html');return false;">
+ <span class="method-name">directory_track</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ <p>
+standard RSDOS has directory on track 17
+</p>
+ </div>
+ </div>
+
+ <div id="method-M000490" class="method-detail">
+ <a name="M000490"></a>
+
+ <div class="method-heading">
+ <a href="RsDos.src/M000490.html" target="Code" class="method-signature"
+ onclick="popupCode('RsDos.src/M000490.html');return false;">
+ <span class="method-name">files</span><span class="method-args">(file_system_image)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000487" class="method-detail">
+ <a name="M000487"></a>
+
+ <div class="method-heading">
+ <a href="RsDos.src/M000487.html" target="Code" class="method-signature"
+ onclick="popupCode('RsDos.src/M000487.html');return false;">
+ <span class="method-name">host_system</span><span class="method-args">()</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+ <div id="method-M000489" class="method-detail">
+ <a name="M000489"></a>
+
+ <div class="method-heading">
+ <a href="RsDos.src/M000489.html" target="Code" class="method-signature"
+ onclick="popupCode('RsDos.src/M000489.html');return false;">
+ <span class="method-name">sectors_per_granule</span><span class="method-args">(file_system_image)</span>
+ </a>
+ </div>
+
+ <div class="method-description">
+ </div>
+ </div>
+
+
+ </div>
+
+
+ </div>
+
+
+<div id="validator-badges">
+ <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
+</div>
+
+</body>
</html>
\ No newline at end of file