mirror of
https://github.com/ksherlock/host-fst.git
synced 2024-11-27 03:49:26 +00:00
open needs to return the refund...
This commit is contained in:
parent
837e992254
commit
706ad3ff3d
@ -1049,6 +1049,12 @@ open proc
|
||||
ldy #fcr.vcr_id
|
||||
sta [my_fcr],y
|
||||
|
||||
; store the refnum for output.
|
||||
; conveniently, call_class is the offset.
|
||||
lda [my_fcr]
|
||||
ldy call_class
|
||||
sta [param_blk_ptr],y
|
||||
|
||||
exit_ok
|
||||
lda #0
|
||||
clc
|
||||
|
Loading…
Reference in New Issue
Block a user