1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-03 06:29:36 +00:00
cc65/libsrc/telestrat/bordercolor.s
2021-03-01 23:21:58 +01:00

17 lines
277 B
ArmAsm

;
; 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