mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-28 19:31:55 +00:00
align writes in Promote, fix Championship Lode Runner
This commit is contained in:
parent
6a966d6dc6
commit
1785bf0dfb
Binary file not shown.
@ -612,12 +612,23 @@ ProDOS_enter
|
||||
rts
|
||||
|
||||
@imp_read
|
||||
lda #cmdread
|
||||
!byte $2c
|
||||
clc
|
||||
@imp_write
|
||||
lda #cmdwrite
|
||||
php
|
||||
lda #cmdread
|
||||
adc #0
|
||||
sta reqcmd
|
||||
jsr @set_rdwrbuff
|
||||
plp
|
||||
bcc @skip_align
|
||||
lda sizelo
|
||||
adc #$fe
|
||||
lda sizehi
|
||||
adc #1
|
||||
and #$fe
|
||||
sta sizehi
|
||||
|
||||
@skip_align
|
||||
jsr hddrdwrpart
|
||||
ldy #6
|
||||
lda sizelo2
|
||||
|
Loading…
Reference in New Issue
Block a user