Skip to content

Commit ac9ed83

Browse files
committed
Fixed crash on unknown mode
1 parent c3618cb commit ac9ed83

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

knloader.bas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
3096 ;-------------
141141

142142
3995 ; Cover Data
143-
4000 LET mode=o(pos):LET a$=b$(pos):GO SUB 5300
143+
4000 LET mode=o(pos):LET a$=b$(pos):LET m$="Unknown":GO SUB 5300
144144
4010 IF mode=0 THEN LET m$="3DOS (Next)"
145145
4020 IF mode=1 THEN LET m$="TAP"
146146
4030 IF mode=2 THEN LET m$="TZX (fast)"

locale/es/knloader.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
'6,14;" "'='6,14;" "'
2424
'7,14;" Autosave: "'='7,14;" Recordar: "'
2525
'8,14;" "'='8,14;" "'
26+
'm$="Unknown"'='m$="Desconocido"'
2627
'm$="3DOS (Next)"'='m$="3DOS (Next)"'
2728
'm$="TAP"'='m$="TAP"'
2829
'm$="TZX (fast)"'='m$="TZX (Rapido)"'

0 commit comments

Comments
 (0)