diff --git a/docs/Manual_en.adoc b/docs/Manual_en.adoc index 6f55c24..73928e5 100644 --- a/docs/Manual_en.adoc +++ b/docs/Manual_en.adoc @@ -1,6 +1,6 @@ = knloader English Manual :author: kounch -:revnumber: 0.12.0 +:revnumber: 1.0.0 :doctype: book :email: kounch@users.noreply.github.com :Revision: 1.0 diff --git a/docs/Manual_es.adoc b/docs/Manual_es.adoc index a7f0333..ff557d2 100644 --- a/docs/Manual_es.adoc +++ b/docs/Manual_es.adoc @@ -1,6 +1,6 @@ = Manual de knloader :author: kounch -:revnumber: 0.12.0 +:revnumber: 1.0.0 :doctype: book :email: kounch@users.noreply.github.com :Revision: 1.0 diff --git a/docs/knloader_en.gde b/docs/knloader_en.gde index 0bb8a95..4f210fd 100644 --- a/docs/knloader_en.gde +++ b/docs/knloader_en.gde @@ -1,6 +1,6 @@ @title knloader Manual @author kounch -@version 0.12 +@version 1.0 @copyright Copyright (C)2020 kounch @date 2020/05/31 @@ -12,7 +12,7 @@ @{c}knloader Manual -@{c}Version 0.12 +@{c}Version 1.0 @{h1} diff --git a/docs/knloader_es.gde b/docs/knloader_es.gde index 0323e05..00709a2 100644 --- a/docs/knloader_es.gde +++ b/docs/knloader_es.gde @@ -1,6 +1,6 @@ @title Manual de knloader @author kounch -@version 0.12 +@version 1.0 @copyright Copyright (C)2020 kounch @date 2020/06/13 @@ -12,7 +12,7 @@ @{c}Manual de knloader -@{c}Versión 0.12 +@{c}Versión 1.0 @{h1} diff --git a/knlauncher.bas b/knlauncher.bas index 3d16af3..b921728 100644 --- a/knlauncher.bas +++ b/knlauncher.bas @@ -8,7 +8,7 @@ 50 LET %s=%REG 7&3:RUN AT 2 60 ON ERROR PRINT "ERROR":ERROR TO e,l:PRINT e,l:PAUSE 0:RUN AT %s:FOR %a=0 TO 15:CLOSE # %a:NEXT %a:ERASE:ON ERROR 70 LAYER CLEAR:SPRITE CLEAR:PALETTE CLEAR:PAPER 7:BORDER 7:INK 0:CLS - 80 OPEN # 6,"w>22,1,1,32,4":PRINT #6;AT 0,0;">> knlauncher v0.12 >> (c) kounch 2020":CLOSE # 6 + 80 OPEN # 6,"w>22,1,1,32,4":PRINT #6;AT 0,0;">> knlauncher v1.0 >> (c) kounch 2020":CLOSE # 6 90 LET x=USR 5808:LOAD "c:/nextzxos/usr0.bin"CODE 32768 200 ; Load Options diff --git a/knloader.bas b/knloader.bas index 56039aa..9aecfb9 100644 --- a/knloader.bas +++ b/knloader.bas @@ -9,7 +9,7 @@ 60 ON ERROR PRINT "ERROR":ERROR TO e,l:PRINT e,l:PAUSE 0:RUN AT %s:FOR %a=0 TO 15:CLOSE # %a:NEXT %a:ERASE:ON ERROR 70 GO SUB 7000:; Load Defaults 80 LAYER CLEAR:SPRITE CLEAR:PALETTE CLEAR:PAPER tinta:BORDER tinta:INK papel:CLS - 90 PRINT AT 5,13;"> knloader v0.12 <":PRINT AT 8,15;"© kounch 2020":PRINT AT 15,14;"Press H for help" + 90 PRINT AT 5,13;"> knloader v1.0 <":PRINT AT 8,15;"© kounch 2020":PRINT AT 15,14;"Press H for help" 95 ; Load Menu Items 100 GO SUB 4900:; Load Cache To RAM diff --git a/locale/es/knloader.txt b/locale/es/knloader.txt index 819735d..ab10748 100644 --- a/locale/es/knloader.txt +++ b/locale/es/knloader.txt @@ -18,7 +18,7 @@ '9,1;"Press C or joystick secondary to hide/show images"'='9,1;"C o segundo disparo para mostrar/ocultar imagenes"' '13,1;"Press X to exit"'='13,1;"Pulse X para salir"' '15,1;"Press H to show this help"'='15,1;"Pulse H para ver esta ayuda"' -'19,5;"Press any key or button to close this window"'='19,5;"Pulse cualquier tecla o boton para cerrar la ayuda"' +'19,5;"Press any key or button to close this window"'='19,4;"Pulse cualquier tecla o boton para cerrar la ayuda"' 'm$="3DOS (Next)"'='m$="3DOS (Next)"' 'm$="TAP"'='m$="TAP"' 'm$="TZX (fast)"'='m$="TZX (rapido)"' diff --git a/utils/bdt_builder.py b/utils/bdt_builder.py index e3d731c..af8e556 100644 --- a/utils/bdt_builder.py +++ b/utils/bdt_builder.py @@ -34,7 +34,7 @@ from pathlib2 import Path __MY_NAME__ = 'bdt_builder.py' -__MY_VERSION__ = '0.12' +__MY_VERSION__ = '1.0' DICT_EXTS = { 'nex': 15, diff --git a/utils/cache2bdt.py b/utils/cache2bdt.py index 981f9eb..9f725f7 100644 --- a/utils/cache2bdt.py +++ b/utils/cache2bdt.py @@ -35,7 +35,7 @@ from pathlib2 import Path __MY_NAME__ = 'cache2bdt.py' -__MY_VERSION__ = '0.12' +__MY_VERSION__ = '1.0' __MAXNAME_L__ = 23 __MAXPATH_L__ = 65 diff --git a/utils/cache_builder.py b/utils/cache_builder.py index 9aaf819..f7b79d1 100644 --- a/utils/cache_builder.py +++ b/utils/cache_builder.py @@ -33,7 +33,7 @@ from pathlib2 import Path __MY_NAME__ = 'cache_builder.py' -__MY_VERSION__ = '0.12' +__MY_VERSION__ = '1.0' __MAXNAME_L__ = 23 __MAXPATH_L__ = 65