Sha256: 059f07b1e4dbd9d080e1cef3f0b1d51fb761f42118e7071dbaa6d0aae0a5f0c8

Contents?: true

Size: 1.64 KB

Versions: 9

Compression:

Stored size: 1.64 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 (JvcDsk)</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/JvcDsk.rb, line 68</span>
<span class="ruby-keyword kw">def</span> <span class="ruby-identifier">get_sector</span>(<span class="ruby-identifier">track</span>,<span class="ruby-identifier">sector</span>)  
  <span class="ruby-identifier">start_byte</span>=<span class="ruby-identifier">track</span><span class="ruby-operator">*</span><span class="ruby-ivar">@sectors_per_track</span><span class="ruby-operator">*</span><span class="ruby-ivar">@sector_length</span><span class="ruby-operator">+</span>(<span class="ruby-identifier">sector</span><span class="ruby-operator">-</span><span class="ruby-ivar">@first_sector_id</span>)<span class="ruby-operator">*</span><span class="ruby-ivar">@sector_length</span>
  <span class="ruby-identifier">start_byte</span> <span class="ruby-operator">+=</span> <span class="ruby-ivar">@header_size</span>
  
  <span class="ruby-comment cmt">#puts &quot;Track: #{track}, sector: #{sector}, start_byte: #{start_byte}&quot;</span>
  <span class="ruby-ivar">@file_bytes</span>[<span class="ruby-identifier">start_byte</span>,<span class="ruby-ivar">@sector_length</span>]
<span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ripxplore-0.4.0 doc/classes/JvcDsk.src/M000226.html
ripxplore-0.0.2 doc/classes/JvcDsk.src/M000268.html
ripxplore-0.5.1 doc/classes/JvcDsk.src/M000226.html
ripxplore-0.5.0 doc/classes/JvcDsk.src/M000226.html
ripxplore-0.5.2 doc/classes/JvcDsk.src/M000226.html
ripxplore-0.7.0 doc/classes/JvcDsk.src/M000226.html
ripxplore-0.7.1 doc/classes/JvcDsk.src/M000241.html
ripxplore-0.7.2 doc/classes/JvcDsk.src/M000241.html
ripxplore-0.8.0 doc/classes/JvcDsk.src/M000241.html