Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve buildability by using Docker #59

Merged
merged 15 commits into from
Jun 22, 2022
2 changes: 1 addition & 1 deletion v2/asm/irqhn.asm
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ dispd3:
jsr dispdt
lda d1str+6
jsr dispdt
lda #','
lda #$2c
Pinacolada64 marked this conversation as resolved.
Show resolved Hide resolved
jsr dispdt
lda #' '
jsr dispdt
Expand Down
2 changes: 1 addition & 1 deletion v2/asm/swap3.asm
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ movie1:
pha
jsr clrchn
ldx movdly
ldy#0
ldy #0
dl1:
dey
bne dl1
Expand Down