From 7e540075e8c5f29d5b59ed785592b062ee353ff6 Mon Sep 17 00:00:00 2001 From: kounch Date: Mon, 11 Apr 2022 15:09:41 +0200 Subject: [PATCH] Updated manual for ZXNextOS 2.07 --- docs/en/man_index.html | 18 +++++++++++------- docs/es/man_index.html | 18 +++++++++++------- 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/docs/en/man_index.html b/docs/en/man_index.html index d4fe57f..60a9e99 100644 --- a/docs/en/man_index.html +++ b/docs/en/man_index.html @@ -793,21 +793,25 @@

PZX support

-
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:

-
PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5
+
PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1
@@ -1254,7 +1258,7 @@ diff --git a/docs/es/man_index.html b/docs/es/man_index.html index fef5c8b..6a7ba32 100644 --- a/docs/es/man_index.html +++ b/docs/es/man_index.html @@ -793,21 +793,25 @@

Soporte para PZX

-
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:

-
PZX:clear 65367:load "c:/nextzxos/pzxload.bas":let f$="|":goto 5
+
PZX:clear 65367:load "pzxload.bas":f$="|":adj=1:goto 1
@@ -1254,7 +1258,7 @@