From: cpg Date: Mon, 20 Oct 2003 18:51:04 +0000 (+0000) Subject: removed unimplemented _atari_xxxcolor function declarations X-Git-Tag: V2.12.0~1242 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=91f62f4849a4cce6c18cfe00aa29699f4af72bd9;p=cc65 removed unimplemented _atari_xxxcolor function declarations git-svn-id: svn://svn.cc65.org/cc65/trunk@2552 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- diff --git a/include/atari.h b/include/atari.h index 05198684e..315f883ee 100644 --- a/include/atari.h +++ b/include/atari.h @@ -135,12 +135,6 @@ extern void __fastcall__ setcolor (unsigned char color_reg, unsigned char hu extern void __fastcall__ setcolor_low (unsigned char color_reg, unsigned char color_value); extern unsigned char __fastcall__ getcolor (unsigned char color_reg); -/* function similar to conio color functions; please note that _atari_textcolor only sets the */ -/* luminance of the text in standard text mode */ -extern unsigned char __fastcall__ _atari_textcolor (unsigned char color); -extern unsigned char __fastcall__ _atari_bgcolor (unsigned char color); -extern unsigned char __fastcall__ _atari_bordercolor (unsigned char color); - /* other screen functions */ extern int __fastcall__ graphics(unsigned char mode); /* mode value same as in BASIC */ extern void __fastcall__ scroll (signed char numlines);