mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-04 04:32:50 +00:00
really preserve Y
This commit is contained in:
parent
ba23931e12
commit
7efc7a8230
@ -273,6 +273,8 @@ ProDOS_exit
|
|||||||
sta $c082, x
|
sta $c082, x
|
||||||
ProDOS_savedX
|
ProDOS_savedX
|
||||||
ldx #$d1
|
ldx #$d1
|
||||||
|
ProDOS_savedY
|
||||||
|
ldy #$d1
|
||||||
rts
|
rts
|
||||||
ProDOS_fatal ;only for debugging, will be removed
|
ProDOS_fatal ;only for debugging, will be removed
|
||||||
pha
|
pha
|
||||||
@ -351,6 +353,7 @@ ProDOS_enter
|
|||||||
!set PASS2=1
|
!set PASS2=1
|
||||||
}
|
}
|
||||||
stx ProDOS_savedX+1
|
stx ProDOS_savedX+1
|
||||||
|
sty ProDOS_savedY+1
|
||||||
pha
|
pha
|
||||||
jsr @swap_zp
|
jsr @swap_zp
|
||||||
pla
|
pla
|
||||||
@ -372,8 +375,6 @@ ProDOS_enter
|
|||||||
php
|
php
|
||||||
txa
|
txa
|
||||||
pha
|
pha
|
||||||
tya
|
|
||||||
pha
|
|
||||||
@request
|
@request
|
||||||
lda #$d1
|
lda #$d1
|
||||||
cmp #$c4
|
cmp #$c4
|
||||||
@ -584,8 +585,6 @@ ProDOS_enter
|
|||||||
@restore_zp
|
@restore_zp
|
||||||
jsr @swap_zp
|
jsr @swap_zp
|
||||||
pla
|
pla
|
||||||
tay
|
|
||||||
pla
|
|
||||||
lsr
|
lsr
|
||||||
lsr
|
lsr
|
||||||
lsr
|
lsr
|
||||||
|
Loading…
Reference in New Issue
Block a user