diff --git a/host.fst.aii b/host.fst.aii index fa0307e..650106f 100644 --- a/host.fst.aii +++ b/host.fst.aii @@ -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