mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-07 18:25:24 +00:00
mirror device pointers
This commit is contained in:
BIN
res/proboothd
BIN
res/proboothd
Binary file not shown.
@@ -180,7 +180,14 @@ OneTimeSetup
|
|||||||
jsr SaveOrRestoreScreenHoles ; save initial copy of screen hole content
|
jsr SaveOrRestoreScreenHoles ; save initial copy of screen hole content
|
||||||
lda #$91
|
lda #$91
|
||||||
sta holepatch ; enable restoring of copy from now on
|
sta holepatch ; enable restoring of copy from now on
|
||||||
lda $43
|
ldy #$0b
|
||||||
|
CopyDevs
|
||||||
|
lda $BF13,y
|
||||||
|
sta promote + $13,y
|
||||||
|
dey
|
||||||
|
bpl CopyDevs
|
||||||
|
|
||||||
|
lda $BF30
|
||||||
sta promote + ProDOS_unit - $bf00
|
sta promote + ProDOS_unit - $bf00
|
||||||
; save unit in LC bank 2 while overriding !pseudopc
|
; save unit in LC bank 2 while overriding !pseudopc
|
||||||
|
|
||||||
|
@@ -117,7 +117,12 @@ seekread stx bloklo
|
|||||||
sty blokhi
|
sty blokhi
|
||||||
entry jmp $d1d1
|
entry jmp $d1d1
|
||||||
|
|
||||||
fakeMLI beq readblk
|
fakeMLI bne retcall
|
||||||
|
readblk dey
|
||||||
|
dey
|
||||||
|
sty adrhi
|
||||||
|
tay
|
||||||
|
jsr seekread
|
||||||
retcall pla
|
retcall pla
|
||||||
tax
|
tax
|
||||||
inx
|
inx
|
||||||
@@ -126,12 +131,6 @@ retcall pla
|
|||||||
txa
|
txa
|
||||||
pha
|
pha
|
||||||
rts
|
rts
|
||||||
readblk dey
|
|
||||||
dey
|
|
||||||
sty adrhi
|
|
||||||
tay
|
|
||||||
jsr seekread
|
|
||||||
bcc retcall
|
|
||||||
fakeMLI_e
|
fakeMLI_e
|
||||||
|
|
||||||
filename !byte filename_e - filename_b
|
filename !byte filename_e - filename_b
|
||||||
|
Reference in New Issue
Block a user