mirror of
https://github.com/a2-4am/4cade.git
synced 2024-12-24 07:29:26 +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
|
rts
|
||||||
|
|
||||||
@imp_read
|
@imp_read
|
||||||
lda #cmdread
|
clc
|
||||||
!byte $2c
|
|
||||||
@imp_write
|
@imp_write
|
||||||
lda #cmdwrite
|
php
|
||||||
|
lda #cmdread
|
||||||
|
adc #0
|
||||||
sta reqcmd
|
sta reqcmd
|
||||||
jsr @set_rdwrbuff
|
jsr @set_rdwrbuff
|
||||||
|
plp
|
||||||
|
bcc @skip_align
|
||||||
|
lda sizelo
|
||||||
|
adc #$fe
|
||||||
|
lda sizehi
|
||||||
|
adc #1
|
||||||
|
and #$fe
|
||||||
|
sta sizehi
|
||||||
|
|
||||||
|
@skip_align
|
||||||
jsr hddrdwrpart
|
jsr hddrdwrpart
|
||||||
ldy #6
|
ldy #6
|
||||||
lda sizelo2
|
lda sizelo2
|
||||||
|
Loading…
Reference in New Issue
Block a user