File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ d64: matrix.prg
2424 $(C1541 ) $(D64_IMAGE ) -list
2525
2626runvic : matrix-vic20.prg
27- $(XVIC ) -verbose $(XVIC_IMAGE )
27+ $(XVIC ) -drive8ram2000 -memory 8k - verbose $(XVIC_IMAGE )
2828
2929run : d64
3030 $(X64 ) -verbose $(D64_IMAGE )
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ AnimateZapperTail
2525```
2626
2727When porting to C64 he forgot to update the 'STA' statement to refer to the new location of the character
28- set in the Commoder 64 port :
28+ set:
2929
3030``` asm
3131; AnimateZapperTail
Original file line number Diff line number Diff line change 11import sys
22import os
33
4- o = open ("src/charset.asm" , 'r' )
4+ o = open ("src/vic20/ charset.asm" , 'r' )
55charmap = {l [60 :63 ].strip ().upper ():l [65 :].strip ()
66 for l in o .readlines ()
77 if "CHARACTER" in l and l [65 :].strip () != "" }
You can’t perform that action at this time.
0 commit comments