Sha256: 19ad85621bccf38dc61035badbfe162173d8cc0b9bb89874fed0bd5a90372ae1

Contents?: true

Size: 1.94 KB

Versions: 13

Compression:

Stored size: 1.94 KB

Contents

<?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>
<head>
  <title>get_sector (D64)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File lib/image_formats/D64.rb, line 66</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_sector</span>(<span class="ruby-identifier">track_no</span>,<span class="ruby-identifier">sector_no</span>)
    <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">if</span> <span class="ruby-ivar">@@sectors_in_track</span>[<span class="ruby-identifier">track_no</span>].<span class="ruby-identifier">nil?</span>
                <span class="ruby-keyword kw">return</span> <span class="ruby-keyword kw">nil</span> <span class="ruby-keyword kw">unless</span> <span class="ruby-identifier">sector_no</span>.<span class="ruby-identifier">between?</span>(<span class="ruby-value">0</span>,<span class="ruby-ivar">@@sectors_in_track</span>[<span class="ruby-identifier">track_no</span>]<span class="ruby-operator">-</span><span class="ruby-value">1</span>)
                <span class="ruby-identifier">start_byte</span>=<span class="ruby-ivar">@@offset_of_track</span>[<span class="ruby-identifier">track_no</span>]<span class="ruby-operator">+</span>(<span class="ruby-constant">D64_BYTES_PER_SECTOR</span><span class="ruby-operator">*</span>(<span class="ruby-identifier">sector_no</span>))    
                <span class="ruby-identifier">file_bytes</span>[<span class="ruby-identifier">start_byte</span>,<span class="ruby-constant">D64_BYTES_PER_SECTOR</span>]
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

13 entries across 9 versions & 1 rubygems

Version Path
ripxplore-0.17.1 doc/classes/D64.src/M000181.html
ripxplore-0.17.1 doc/classes/D64.src/M000048.html
ripxplore-0.17.0 doc/classes/D64.src/M000048.html
ripxplore-0.17.0 doc/classes/D64.src/M000182.html
ripxplore-0.16.1 doc/classes/D64.src/M000048.html
ripxplore-0.16.1 doc/classes/D64.src/M000175.html
ripxplore-0.15.1 doc/classes/D64.src/M000175.html
ripxplore-0.15.1 doc/classes/D64.src/M000048.html
ripxplore-0.14.1 doc/classes/D64.src/M000048.html
ripxplore-0.14.0 doc/classes/D64.src/M000048.html
ripxplore-0.13.0 doc/classes/D64.src/M000048.html
ripxplore-0.12.0 doc/classes/D64.src/M000048.html
ripxplore-0.11.0 doc/classes/D64.src/M000048.html