mirror of
https://github.com/cc65/cc65.git
synced 2024-11-19 06:31:31 +00:00
15 lines
275 B
ArmAsm
15 lines
275 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 |