Add bordercolor and cvline

This commit is contained in:
jede
2021-03-01 22:36:09 +01:00
parent 02e52fe24d
commit 256b22f1c7
2 changed files with 51 additions and 0 deletions

View 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