mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-26 17:49:43 +00:00
mirror device pointers
This commit is contained in:
parent
27b22b522c
commit
d1779f48d1
BIN
res/proboothd
BIN
res/proboothd
Binary file not shown.
@ -180,7 +180,14 @@ OneTimeSetup
|
||||
jsr SaveOrRestoreScreenHoles ; save initial copy of screen hole content
|
||||
lda #$91
|
||||
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
|
||||
; save unit in LC bank 2 while overriding !pseudopc
|
||||
|
||||
|
@ -117,7 +117,12 @@ seekread stx bloklo
|
||||
sty blokhi
|
||||
entry jmp $d1d1
|
||||
|
||||
fakeMLI beq readblk
|
||||
fakeMLI bne retcall
|
||||
readblk dey
|
||||
dey
|
||||
sty adrhi
|
||||
tay
|
||||
jsr seekread
|
||||
retcall pla
|
||||
tax
|
||||
inx
|
||||
@ -126,12 +131,6 @@ retcall pla
|
||||
txa
|
||||
pha
|
||||
rts
|
||||
readblk dey
|
||||
dey
|
||||
sty adrhi
|
||||
tay
|
||||
jsr seekread
|
||||
bcc retcall
|
||||
fakeMLI_e
|
||||
|
||||
filename !byte filename_e - filename_b
|
||||
|
Loading…
Reference in New Issue
Block a user