fixed colon in comment problem, removed binary fileswq, fixed sample asoft program length

This commit is contained in:
flowenol 2021-03-04 02:11:08 +01:00
parent 9e413b1df1
commit a89e382a74
6 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
cartridge.bin:
xa -W -C -v -O ASCII -c src/cartridge.a65 -l cartridge.label -o cartridge.bin
xa -M -W -C -v -O ASCII -c src/cartridge.a65 -l cartridge.label -o cartridge.bin
clean:
rm cartridge.bin cartridge.label

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -162,7 +162,7 @@ count10_seg .byt $03
count10_1_len .word $2000
count10_1_addr .word $6000
count10_1_cont_start .word applesoft_cont
count10_2_len .word $1BF8
count10_2_len .word $0051
count10_2_addr .word $0801
count10_2_cont_start .word count10_cont
count10_3_len .word $000D