We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3618cb commit ac9ed83Copy full SHA for ac9ed83
knloader.bas
@@ -140,7 +140,7 @@
140
3096 ;-------------
141
142
3995 ; Cover Data
143
-4000 LET mode=o(pos):LET a$=b$(pos):GO SUB 5300
+4000 LET mode=o(pos):LET a$=b$(pos):LET m$="Unknown":GO SUB 5300
144
4010 IF mode=0 THEN LET m$="3DOS (Next)"
145
4020 IF mode=1 THEN LET m$="TAP"
146
4030 IF mode=2 THEN LET m$="TZX (fast)"
locale/es/knloader.txt
@@ -23,6 +23,7 @@
23
'6,14;" "'='6,14;" "'
24
'7,14;" Autosave: "'='7,14;" Recordar: "'
25
'8,14;" "'='8,14;" "'
26
+'m$="Unknown"'='m$="Desconocido"'
27
'm$="3DOS (Next)"'='m$="3DOS (Next)"'
28
'm$="TAP"'='m$="TAP"'
29
'm$="TZX (fast)"'='m$="TZX (Rapido)"'
0 commit comments