mirror of
https://github.com/cc65/cc65.git
synced 2024-12-27 15:29:46 +00:00
Fix import return0
This commit is contained in:
parent
872739b5f4
commit
48badc0816
@ -4,9 +4,10 @@
|
||||
; unsigned char __fastcall__ bordercolor (unsigned char color);
|
||||
;
|
||||
|
||||
|
||||
.export _bordercolor
|
||||
|
||||
.import return0
|
||||
|
||||
.include "telestrat.inc"
|
||||
|
||||
_bordercolor := return0
|
||||
|
Loading…
Reference in New Issue
Block a user