mirror of
https://github.com/flowenol/apple1cartridge.git
synced 2025-08-04 23:25:46 +00:00
fixed colon in comment problem, removed binary fileswq, fixed sample asoft program length
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,5 +1,5 @@
|
|||||||
cartridge.bin:
|
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:
|
clean:
|
||||||
rm cartridge.bin cartridge.label
|
rm cartridge.bin cartridge.label
|
||||||
|
BIN
inc/a1mt.bin
BIN
inc/a1mt.bin
Binary file not shown.
Binary file not shown.
BIN
inc/basic.bin
BIN
inc/basic.bin
Binary file not shown.
Binary file not shown.
@@ -162,7 +162,7 @@ count10_seg .byt $03
|
|||||||
count10_1_len .word $2000
|
count10_1_len .word $2000
|
||||||
count10_1_addr .word $6000
|
count10_1_addr .word $6000
|
||||||
count10_1_cont_start .word applesoft_cont
|
count10_1_cont_start .word applesoft_cont
|
||||||
count10_2_len .word $1BF8
|
count10_2_len .word $0051
|
||||||
count10_2_addr .word $0801
|
count10_2_addr .word $0801
|
||||||
count10_2_cont_start .word count10_cont
|
count10_2_cont_start .word count10_cont
|
||||||
count10_3_len .word $000D
|
count10_3_len .word $000D
|
||||||
|
Reference in New Issue
Block a user