Skip to content

Commit 4973afd

Browse files
committed
Update
1 parent ba33ccc commit 4973afd

42 files changed

Lines changed: 7995 additions & 8036 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGES

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,5 @@ Release 32: (28/01/23):
196196
CHG: EXTInputLine is now in the main code area.
197197
BUG: Sound queue not processed on keyboard input in various forms.
198198
BUG: Fixed Mouse negatives counting.
199-
CHG: MOUSE command changed to MDELTA, added new MOUSE command.
199+
CHG: MOUSE command changed to MDELTA, added new MOUSE command.
200+
CHG: Added TRY for BLOAD/BSAVE

TODO

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Progress:
2-
Error trap BSAVE/BLOAD
32
Upgrade model A.
43
Display Kernel version
54
Consider STEP.

bin/basic.rom

0 Bytes
Binary file not shown.

howto/howto-crossdev-asm.zip

0 Bytes
Binary file not shown.

howto/howto-crossdev-basic.zip

0 Bytes
Binary file not shown.

howto/howto-update.zip

31 Bytes
Binary file not shown.

howto/update/sb01.bin

0 Bytes
Binary file not shown.

howto/update/sb02.bin

0 Bytes
Binary file not shown.

howto/update/sb03.bin

0 Bytes
Binary file not shown.

modules/_build/_tokeniser.module

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,11 @@ KeywordSet1:
139139
.text 5,$8d,"SHOOT" ; $a1 SHOOT
140140
.text 7,$2a,"SPRITES" ; $a2 SPRITES
141141
.text 4,$46,"STOP" ; $a3 STOP
142-
.text 6,$d5,"VERIFY" ; $a4 VERIFY
143-
.text 3,$ee,"XGO" ; $a5 XGO
144-
.text 5,$78,"XLOAD" ; $a6 XLOAD
145-
.text 3,$eb,"ZAP" ; $a7 ZAP
142+
.text 3,$ff,"TRY" ; $a4 TRY
143+
.text 6,$d5,"VERIFY" ; $a5 VERIFY
144+
.text 3,$ee,"XGO" ; $a6 XGO
145+
.text 5,$78,"XLOAD" ; $a7 XLOAD
146+
.text 3,$eb,"ZAP" ; $a8 ZAP
146147
.text $FF
147148
KeywordSet2:
148149
.text 0,$65,"" ; $80 !0:EOF

0 commit comments

Comments
 (0)