Add bordercolor and cvline
This commit is contained in:
15
libsrc/telestrat/bordercolor.s
Normal file
15
libsrc/telestrat/bordercolor.s
Normal file
@@ -0,0 +1,15 @@
|
||||
;
|
||||
; Ullrich von Bassewitz, 06.08.1998
|
||||
;
|
||||
; unsigned char __fastcall__ bordercolor (unsigned char color);
|
||||
;
|
||||
|
||||
|
||||
.export _bordercolor
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
_bordercolor:
|
||||
; Nothing to do
|
||||
; Oric can't handle his border
|
||||
rts
|
||||
Reference in New Issue
Block a user