Skip to content

Commit

Permalink
Updated docs 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 69e464d commit 10bcdb3
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
16 changes: 10 additions & 6 deletions locale/en/Manual_en.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,23 @@ All you have to do is duplicate the file `c:/neztzxos/tzxload.bas` to `c:/nextzx
[source,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"
(...)
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$<>o$ THEN g$=f$:f$=f$( TO LEN f$- LEN o$-4)+n$+".pzx": MOVE g$ TO f$
(...)
----
Optionally, replace `TZX` by `PZX` at lines `220` and `307`.
Optionally, replace `TZX` by `PZX` at lines `330` and `450`.
Finally, edit `c:/neztzxos/browser.cfg` and add this line:
[source]
----
PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5
PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1
----
====

Expand Down
16 changes: 10 additions & 6 deletions locale/es/Manual_es.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,23 @@ Lo único que hay que hacer es guardar una copia del archivo `c:/neztzxos/tzxloa
[source,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"
(...)
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$<>o$ THEN g$=f$:f$=f$( TO LEN f$- LEN o$-4)+n$+".pzx": MOVE g$ TO f$
(...)
----
Opcionalmente, se pueden modificar las líneas `220` y `307` cambiando `TZX` por `PZX`.
Opcionalmente, se pueden modificar las líneas `330` y `450` cambiando `TZX` por `PZX`.
Por último, modificar `c:/neztzxos/browser.cfg` añadiendo esta línea nueva:
[source]
----
PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5
PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1
----
====

Expand Down

0 comments on commit 10bcdb3

Please sign in to comment.