mirror of
https://github.com/a2-4am/4cade.git
synced 2025-04-07 16:39:56 +00:00
Merge branch 'master' of https://github.com/a2-4am/4cade
This commit is contained in:
commit
f8253b12d4
@ -412,6 +412,7 @@ ProDOS_enter
|
||||
pha
|
||||
jsr @set_rdwrbuff
|
||||
pla
|
||||
pha
|
||||
bne @set_blocks
|
||||
lda ldrhi
|
||||
sta sizehi
|
||||
@ -419,6 +420,8 @@ ProDOS_enter
|
||||
sta sizelo
|
||||
@set_blocks
|
||||
jsr hddrdwrpart
|
||||
pla
|
||||
beq @jmp_zp ;seek doesn't return size
|
||||
ldy #6
|
||||
lda sizelo2
|
||||
sta (packet), y
|
||||
|
Loading…
x
Reference in New Issue
Block a user