Skip to content

Commit

Permalink
inverted logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mooinglemur committed Mar 22, 2024
1 parent e003e67 commit 217ea60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernal/cbm/channel/load.s
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ ld81 lda verck
dec
beq ld64 ; loading to VRAM
bit status ; eoi?
bvc ld70 ; yes...exit normally
bvs ld70 ; yes...exit normally
jsr untlk ; close channel
jsr clsei ; close file
jsr prnto ; print end of load (should always say $9F00)
Expand Down

0 comments on commit 217ea60

Please sign in to comment.