Skip to content

Commit

Permalink
Updated manual for ZXNextOS 2.07
Browse files Browse the repository at this point in the history
  • Loading branch information
kounch committed Apr 11, 2022
1 parent 10bcdb3 commit 7e54007
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 11 additions & 7 deletions docs/en/man_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -793,21 +793,25 @@ <h3 id="_pzx_support">PZX support</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="basic">480 PAUSE 100:LET g$="-c cp """+f$+""" /ram/file.pzx"
490 .$ pisend g$
493 PAUSE 50
495 LET g$="-c pzx2wav -o /ram/out.wav /ram/file.pzx"</code></pre>
<pre class="rouge highlight"><code data-lang="basic">(...)
690 PAUSE 100:LET g$="-c cp """+f$+""" /ram/file.pzx"
700 .$ pisend g$
710 PAUSE 50
720 LET g$="-c pzx2wav -o /ram/out.wav /ram/file.pzx"
(...)
1830 IF n$&lt;&gt;o$ THEN g$=f$:f$=f$( TO LEN f$- LEN o$-4)+n$+".pzx": MOVE g$ TO f$
(...)</code></pre>
</div>
</div>
<div class="paragraph">
<p>Optionally, replace <code>TZX</code> by <code>PZX</code> at lines <code>220</code> and <code>307</code>.</p>
<p>Optionally, replace <code>TZX</code> by <code>PZX</code> at lines <code>330</code> and <code>450</code>.</p>
</div>
<div class="paragraph">
<p>Finally, edit <code>c:/neztzxos/browser.cfg</code> and add this line:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code>PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5</code></pre>
<pre class="rouge highlight"><code>PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1</code></pre>
</div>
</div>
</td>
Expand Down Expand Up @@ -1254,7 +1258,7 @@ <h2 id="_copyright">Copyright</h2>
<div id="footer">
<div id="footer-text">
Version 1.1.0<br>
Last updated 2022-02-15 19:12:06 +0100
Last updated 2022-04-11 15:02:51 +0200
</div>
</div>
</body>
Expand Down
18 changes: 11 additions & 7 deletions docs/es/man_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -793,21 +793,25 @@ <h3 id="_soporte_para_pzx">Soporte para PZX</h3>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code data-lang="basic">480 PAUSE 100:LET g$="-c cp """+f$+""" /ram/file.pzx"
490 .$ pisend g$
493 PAUSE 50
495 LET g$="-c pzx2wav -o /ram/out.wav /ram/file.pzx"</code></pre>
<pre class="rouge highlight"><code data-lang="basic">(...)
690 PAUSE 100:LET g$="-c cp """+f$+""" /ram/file.pzx"
700 .$ pisend g$
710 PAUSE 50
720 LET g$="-c pzx2wav -o /ram/out.wav /ram/file.pzx"
(...)
1830 IF n$&lt;&gt;o$ THEN g$=f$:f$=f$( TO LEN f$- LEN o$-4)+n$+".pzx": MOVE g$ TO f$
(...)</code></pre>
</div>
</div>
<div class="paragraph">
<p>Opcionalmente, se pueden modificar las líneas <code>220</code> y <code>307</code> cambiando <code>TZX</code> por <code>PZX</code>.</p>
<p>Opcionalmente, se pueden modificar las líneas <code>330</code> y <code>450</code> cambiando <code>TZX</code> por <code>PZX</code>.</p>
</div>
<div class="paragraph">
<p>Por último, modificar <code>c:/neztzxos/browser.cfg</code> añadiendo esta línea nueva:</p>
</div>
<div class="listingblock">
<div class="content">
<pre class="rouge highlight"><code>PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5</code></pre>
<pre class="rouge highlight"><code>PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1</code></pre>
</div>
</div>
</td>
Expand Down Expand Up @@ -1254,7 +1258,7 @@ <h2 id="_copyright">Copyright</h2>
<div id="footer">
<div id="footer-text">
Version 1.1.0<br>
Last updated 2022-02-15 19:12:06 +0100
Last updated 2022-04-11 15:01:36 +0200
</div>
</div>
</body>
Expand Down

0 comments on commit 7e54007

Please sign in to comment.