Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries.

This commit complements commit 98f8064b83.
This commit is contained in:
Greg King
2021-03-03 17:39:53 -05:00
parent 047d0f479b
commit 5f145542b0
10 changed files with 25 additions and 7 deletions

View File

@@ -1,17 +1,20 @@
;
; Ullrich von Bassewitz, 19.11.2002
;
; BSOUT replacement function for the PETs
; BSOUT/CHROUT replacement function for the PETs
;
.export BSOUT
.export CHROUT
.import checkst
.proc BSOUT
jsr $FFD2 ; Call kernal function
jsr $FFD2 ; Call Kernal function
jmp checkst ; Check status, return carry on error
.endproc
CHROUT := BSOUT