Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries.
This commit complements commit 98f8064b83.
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 22.11.2002
|
||||
;
|
||||
; BASIN replacement function
|
||||
; BASIN/CHRIN replacement function
|
||||
;
|
||||
|
||||
|
||||
.export BASIN
|
||||
.export CHRIN
|
||||
|
||||
.include "plus4.inc"
|
||||
|
||||
@@ -17,4 +18,4 @@
|
||||
rts ; Return to caller
|
||||
.endproc
|
||||
|
||||
|
||||
CHRIN := BASIN
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 22.11.2002
|
||||
;
|
||||
; BSOUT replacement function
|
||||
; BSOUT/CHROUT replacement function
|
||||
;
|
||||
|
||||
.export BSOUT
|
||||
.export CHROUT
|
||||
|
||||
.include "plus4.inc"
|
||||
|
||||
@@ -17,4 +18,4 @@
|
||||
rts ; Return to caller
|
||||
.endproc
|
||||
|
||||
|
||||
CHROUT := BSOUT
|
||||
|
||||
Reference in New Issue
Block a user