fix my bugs

This commit is contained in:
Peter Ferrie 2021-06-17 14:09:21 -07:00
parent dc4490939e
commit c490d4febb
5 changed files with 5 additions and 4 deletions

View File

@ -287,7 +287,7 @@ read13
dec tmp
bmi .badread2
clc
ldx #$02 ; 512 nibbles
ldx #$03 ; 768 nibbles
ldy #0
.readdata

View File

@ -44,7 +44,7 @@ universalrwts
!byte $8C,$C0,$10,$FB,$C9,$00,$D0,$00,$EA,$BD,$8C,$C0,$10,$FB,$C9,$00
!byte $D0,$5C,$38,$60,$A0,$F7,$84,$26,$C8,$D0,$04,$E6,$26,$F0,$F3,$BD
!byte $8C,$C0,$10,$FB,$4A,$C9,$6A,$D0,$EF,$BD,$8C,$C0,$10,$FB,$C9,$AA
!byte $D0,$F2,$BD,$8C,$C0,$10,$FB,$C9,$96,$D0,$E7,$A0,$03,$A9,$00,$85
!byte $D0,$F2,$BD,$8C,$C0,$10,$FB,$C9,$96,$D0,$E9,$A0,$03,$A9,$00,$85
!byte $27,$BD,$8C,$C0,$10,$FB,$2A,$85,$26,$BD,$8C,$C0,$10,$FB,$25,$26
!byte $99,$2C,$00,$45,$27,$88,$10,$E7,$A8,$D0,$B7,$BD,$8C,$C0,$10,$FB
!byte $C9,$00,$D0,$00,$EA,$BD,$8C,$C0,$10,$FB,$C9,$00,$D0,$00,$18,$60

View File

@ -243,7 +243,7 @@ Do555
cmp #$20 ; JSR
bne .skipjsr2
lda $801,x
cmp .patch+1
cmp .patch
bne .skipjsr2
.inctrack

View File

@ -101,6 +101,7 @@ Choplifter
- lda .stage2,y
sta $1D00,y
iny
cpy #.exit2-.stage2
bne -
jsr PrintByID

View File

@ -100,7 +100,7 @@ IsF7F6
rts
@f7f6_sequence
!byte $AB,$E,$EF,$F6
!byte $AB,$EE,$EF,$F6
;-------------------------------
; SetupF7F6SecondRound
;